Html Css Color HEX #EFB2CB Chantilly

📋 copy color: '#EFB2CB'

red 239 ◦ green 178 ◦ blue 203

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

Shades of Chantilly #EFB2CB

Tints of Chantilly #EFB2CB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.71%

 BLUE value IS 203 (79.69% from 255) = 32.74%

R = 38.55%
G = 28.71%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFB2CB (or 0xEFB2CB) is known color: Chantilly. HEX triplet: EF, B2 and CB. RGB value is (239,178,203). Sum of RGB (Red+Green+Blue) = 239+178+203=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2CB is #104D34. Grayscale: #C7C7C7. Windows color (decimal): -1068341 or 13349615. OLE color: 13349615.

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

Color convert

RGB 239 178 203 -
CMYK 0 0.26 0.15 0.06
HSL 335.41º 0.66% 0.82% -
HSV(B) 335.41º 0.26% 0.94% -
XYZ 62.3 54.5 63.74 -
YUV 199.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 239 178 203 0 0.26 0.15 0.06 335.41 0.66 0.82
Hex EF B2 CB 0 1A F 6 14F 42 52
Octal 357 262 313 0 32 17 6 517 102 122
Binary 11101111 10110010 11001011 0 11010 1111 110 101001111 1000010 1010010

Color Harmonies of #EFB2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2CB

Black with #EFB2CB

Text Example


Text Example

White with #EFB2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2CB; }

 p { color: rgb(239,178,203); }

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

background-color css

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

 a { background-color: rgb(239,178,203); }

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

border-color css

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

 span { border-color: rgb(239,178,203); }

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