Html Css Color HEX #EEBDCD Chantilly

📋 copy color: '#EEBDCD'

red 238 ◦ green 189 ◦ blue 205

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

Shades of Chantilly #EEBDCD

Tints of Chantilly #EEBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.91%

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

R = 37.66%
G = 29.91%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEBDCD (or 0xEEBDCD) is known color: Chantilly. HEX triplet: EE, BD and CD. RGB value is (238,189,205). Sum of RGB (Red+Green+Blue) = 238+189+205=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDCD is #114232. Grayscale: #CDCDCD. Windows color (decimal): -1131059 or 13483502. OLE color: 13483502.

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

Color convert

RGB 238 189 205 -
CMYK 0 0.21 0.14 0.07
HSL 340.41º 0.59% 0.84% -
HSV(B) 340.41º 0.21% 0.93% -
XYZ 64.48 58.98 65.74 -
YUV 205.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 238 189 205 0 0.21 0.14 0.07 340.41 0.59 0.84
Hex EE BD CD 0 15 E 7 154 3B 54
Octal 356 275 315 0 25 16 7 524 73 124
Binary 11101110 10111101 11001101 0 10101 1110 111 101010100 111011 1010100

Color Harmonies of #EEBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDCD

Black with #EEBDCD

Text Example


Text Example

White with #EEBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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