Html Css Color HEX #EEBDCA Chantilly

📋 copy color: '#EEBDCA'

red 238 ◦ green 189 ◦ blue 202

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

Shades of Chantilly #EEBDCA

Tints of Chantilly #EEBDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.11%

R = 37.84%
G = 30.05%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EEBDCA (or 0xEEBDCA) is known color: Chantilly. HEX triplet: EE, BD and CA. RGB value is (238,189,202). Sum of RGB (Red+Green+Blue) = 238+189+202=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDCA is #114235. Grayscale: #CDCDCD. Windows color (decimal): -1131062 or 13286894. OLE color: 13286894.

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

Color convert

RGB 238 189 202 -
CMYK 0 0.21 0.15 0.07
HSL 344.08º 0.59% 0.84% -
HSV(B) 344.08º 0.21% 0.93% -
XYZ 64.12 58.84 63.85 -
YUV 205.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 238 189 202 0 0.21 0.15 0.07 344.08 0.59 0.84
Hex EE BD CA 0 15 F 7 158 3B 54
Octal 356 275 312 0 25 17 7 530 73 124
Binary 11101110 10111101 11001010 0 10101 1111 111 101011000 111011 1010100

Color Harmonies of #EEBDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDCA

Black with #EEBDCA

Text Example


Text Example

White with #EEBDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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