Html Css Color HEX #EFB5CC Chantilly

📋 copy color: '#EFB5CC'

red 239 ◦ green 181 ◦ blue 204

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

Shades of Chantilly #EFB5CC

Tints of Chantilly #EFB5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.01%

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

R = 38.3%
G = 29.01%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFB5CC (or 0xEFB5CC) is known color: Chantilly. HEX triplet: EF, B5 and CC. RGB value is (239,181,204). Sum of RGB (Red+Green+Blue) = 239+181+204=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5CC is #104A33. Grayscale: #C8C8C8. Windows color (decimal): -1067572 or 13415919. OLE color: 13415919.

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

Color convert

RGB 239 181 204 -
CMYK 0 0.24 0.15 0.06
HSL 336.21º 0.64% 0.82% -
HSV(B) 336.21º 0.24% 0.94% -
XYZ 63.02 55.76 64.57 -
YUV 200.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 239 181 204 0 0.24 0.15 0.06 336.21 0.64 0.82
Hex EF B5 CC 0 18 F 6 150 40 52
Octal 357 265 314 0 30 17 6 520 100 122
Binary 11101111 10110101 11001100 0 11000 1111 110 101010000 1000000 1010010

Color Harmonies of #EFB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5CC

Black with #EFB5CC

Text Example


Text Example

White with #EFB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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