Html Css Color HEX #EEBFCD Chantilly

📋 copy color: '#EEBFCD'

red 238 ◦ green 191 ◦ blue 205

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

Shades of Chantilly #EEBFCD

Tints of Chantilly #EEBFCD

RGB

 RED value IS 238 (93.36% from 255) = 37.54%

 GREEN value IS 191 (75% from 255) = 30.13%

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

R = 37.54%
G = 30.13%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEBFCD (or 0xEEBFCD) is known color: Chantilly. HEX triplet: EE, BF and CD. RGB value is (238,191,205). Sum of RGB (Red+Green+Blue) = 238+191+205=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFCD is #114032. Grayscale: #CECECE. Windows color (decimal): -1130547 or 13484014. OLE color: 13484014.

HSL color Cylindrical-coordinate representation of color #EEBFCD: hue angle of 342.13º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFCD is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 205 -
CMYK 0 0.20 0.14 0.07
HSL 342.13º 0.58% 0.84% -
HSV(B) 342.13º 0.2% 0.93% -
XYZ 64.91 59.85 65.89 -
YUV 206.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 238 191 205 0 0.20 0.14 0.07 342.13 0.58 0.84
Hex EE BF CD 0 14 E 7 156 3A 54
Octal 356 277 315 0 24 16 7 526 72 124
Binary 11101110 10111111 11001101 0 10100 1110 111 101010110 111010 1010100

Color Harmonies of #EEBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFCD

Black with #EEBFCD

Text Example


Text Example

White with #EEBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFCD; }

 p { color: rgb(238,191,205); }

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

background-color css

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

 a { background-color: rgb(238,191,205); }

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

border-color css

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

 span { border-color: rgb(238,191,205); }

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