Html Css Color HEX #EFB9CC Chantilly

📋 copy color: '#EFB9CC'

red 239 ◦ green 185 ◦ blue 204

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

Shades of Chantilly #EFB9CC

Tints of Chantilly #EFB9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.46%

 BLUE value IS 204 (80.08% from 255) = 32.48%

R = 38.06%
G = 29.46%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFB9CC (or 0xEFB9CC) is known color: Chantilly. HEX triplet: EF, B9 and CC. RGB value is (239,185,204). Sum of RGB (Red+Green+Blue) = 239+185+204=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9CC is #104633. Grayscale: #CBCBCB. Windows color (decimal): -1066548 or 13416943. OLE color: 13416943.

HSL color Cylindrical-coordinate representation of color #EFB9CC: hue angle of 338.89º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9CC is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 204 -
CMYK 0 0.23 0.15 0.06
HSL 338.89º 0.63% 0.83% -
HSV(B) 338.89º 0.23% 0.94% -
XYZ 63.84 57.41 64.84 -
YUV 203.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 239 185 204 0 0.23 0.15 0.06 338.89 0.63 0.83
Hex EF B9 CC 0 17 F 6 153 3F 53
Octal 357 271 314 0 27 17 6 523 77 123
Binary 11101111 10111001 11001100 0 10111 1111 110 101010011 111111 1010011

Color Harmonies of #EFB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9CC

Black with #EFB9CC

Text Example


Text Example

White with #EFB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9CC; }

 p { color: rgb(239,185,204); }

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

background-color css

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

 a { background-color: rgb(239,185,204); }

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

border-color css

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

 span { border-color: rgb(239,185,204); }

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