Html Css Color HEX #EFBFCA Chantilly

📋 copy color: '#EFBFCA'

red 239 ◦ green 191 ◦ blue 202

#EFBFCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chantilly #EFBFCA

Tints of Chantilly #EFBFCA

RGB

 RED value IS 239 (93.75% from 255) = 37.82%

 GREEN value IS 191 (75% from 255) = 30.22%

 BLUE value IS 202 (79.3% from 255) = 31.96%

R = 37.82%
G = 30.22%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFBFCA (or 0xEFBFCA) is known color: Chantilly. HEX triplet: EF, BF and CA. RGB value is (239,191,202). Sum of RGB (Red+Green+Blue) = 239+191+202=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFCA is #104035. Grayscale: #CECECE. Windows color (decimal): -1065014 or 13287407. OLE color: 13287407.

HSL color Cylindrical-coordinate representation of color #EFBFCA: hue angle of 346.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFCA is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 202 -
CMYK 0 0.20 0.15 0.06
HSL 346.25º 0.6% 0.84% -
HSV(B) 346.25º 0.2% 0.94% -
XYZ 64.89 59.88 64.01 -
YUV 206.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 239 191 202 0 0.20 0.15 0.06 346.25 0.6 0.84
Hex EF BF CA 0 14 F 6 15A 3C 54
Octal 357 277 312 0 24 17 6 532 74 124
Binary 11101111 10111111 11001010 0 10100 1111 110 101011010 111100 1010100

Color Harmonies of #EFBFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFCA

Black with #EFBFCA

Text Example


Text Example

White with #EFBFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFCA; }

 p { color: rgb(239,191,202); }

 H1.HeaderClassName
 {
   color: #EFBFCA;
 }
 .AnyTagClassName
 {
   color: #EFBFCA;
 }
</style>

background-color css

<style>
 a { background-color: #EFBFCA; }

 a { background-color: rgb(239,191,202); }

 div.DivClassName
 {
   background-color: #EFBFCA;
 }
 .BgClassName
 {
   background-color: #EFBFCA;
 }
</style>

border-color css

<style>
 span { border-color: #EFBFCA; }

 span { border-color: rgb(239,191,202); }

 td.TdClassName
 {
   border-color: #EFBFCA;
 }
 .TagClassName
 {
   border-color: #EFBFCA;
 }
</style>