Html Css Color HEX #EFB6CE Chantilly

📋 copy color: '#EFB6CE'

red 239 ◦ green 182 ◦ blue 206

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

Shades of Chantilly #EFB6CE

Tints of Chantilly #EFB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.03%

 BLUE value IS 206 (80.86% from 255) = 32.85%

R = 38.12%
G = 29.03%
B = 32.85%

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

#EFB6CE (or 0xEFB6CE) is known color: Chantilly. HEX triplet: EF, B6 and CE. RGB value is (239,182,206). Sum of RGB (Red+Green+Blue) = 239+182+206=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6CE is #104931. Grayscale: #C9C9C9. Windows color (decimal): -1067314 or 13547247. OLE color: 13547247.

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

Color convert

RGB 239 182 206 -
CMYK 0 0.24 0.14 0.06
HSL 334.74º 0.64% 0.83% -
HSV(B) 334.74º 0.24% 0.94% -
XYZ 63.47 56.26 65.91 -
YUV 201.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 239 182 206 0 0.24 0.14 0.06 334.74 0.64 0.83
Hex EF B6 CE 0 18 E 6 14F 40 53
Octal 357 266 316 0 30 16 6 517 100 123
Binary 11101111 10110110 11001110 0 11000 1110 110 101001111 1000000 1010011

Color Harmonies of #EFB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6CE

Black with #EFB6CE

Text Example


Text Example

White with #EFB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6CE; }

 p { color: rgb(239,182,206); }

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

background-color css

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

 a { background-color: rgb(239,182,206); }

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

border-color css

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

 span { border-color: rgb(239,182,206); }

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