Html Css Color HEX #EFB5CD Chantilly

📋 copy color: '#EFB5CD'

red 239 ◦ green 181 ◦ blue 205

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

Shades of Chantilly #EFB5CD

Tints of Chantilly #EFB5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.8%

R = 38.24%
G = 28.96%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFB5CD (or 0xEFB5CD) is known color: Chantilly. HEX triplet: EF, B5 and CD. RGB value is (239,181,205). Sum of RGB (Red+Green+Blue) = 239+181+205=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5CD is #104A32. Grayscale: #C9C9C9. Windows color (decimal): -1067571 or 13481455. OLE color: 13481455.

HSL color Cylindrical-coordinate representation of color #EFB5CD: hue angle of 335.17º 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 #EFB5CD is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 181 205 -
CMYK 0 0.24 0.14 0.06
HSL 335.17º 0.64% 0.82% -
HSV(B) 335.17º 0.24% 0.94% -
XYZ 63.14 55.81 65.2 -
YUV 201.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 239 181 205 0 0.24 0.14 0.06 335.17 0.64 0.82
Hex EF B5 CD 0 18 E 6 14F 40 52
Octal 357 265 315 0 30 16 6 517 100 122
Binary 11101111 10110101 11001101 0 11000 1110 110 101001111 1000000 1010010

Color Harmonies of #EFB5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5CD

Black with #EFB5CD

Text Example


Text Example

White with #EFB5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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