Html Css Color HEX #EEBDD0 Chantilly

📋 copy color: '#EEBDD0'

red 238 ◦ green 189 ◦ blue 208

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

Shades of Chantilly #EEBDD0

Tints of Chantilly #EEBDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.76%

R = 37.48%
G = 29.76%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEBDD0 (or 0xEEBDD0) is known color: Chantilly. HEX triplet: EE, BD and D0. RGB value is (238,189,208). Sum of RGB (Red+Green+Blue) = 238+189+208=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDD0 is #11422F. Grayscale: #CDCDCD. Windows color (decimal): -1131056 or 13680110. OLE color: 13680110.

HSL color Cylindrical-coordinate representation of color #EEBDD0: hue angle of 336.73º 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 #EEBDD0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 189 208 -
CMYK 0 0.21 0.13 0.07
HSL 336.73º 0.59% 0.84% -
HSV(B) 336.73º 0.21% 0.93% -
XYZ 64.84 59.13 67.67 -
YUV 205.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 238 189 208 0 0.21 0.13 0.07 336.73 0.59 0.84
Hex EE BD D0 0 15 D 7 151 3B 54
Octal 356 275 320 0 25 15 7 521 73 124
Binary 11101110 10111101 11010000 0 10101 1101 111 101010001 111011 1010100

Color Harmonies of #EEBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDD0

Black with #EEBDD0

Text Example


Text Example

White with #EEBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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