Html Css Color HEX #EABDD0 Chantilly

📋 copy color: '#EABDD0'

red 234 ◦ green 189 ◦ blue 208

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

Shades of Chantilly #EABDD0

Tints of Chantilly #EABDD0

RGB

 RED value IS 234 (91.8% from 255) = 37.08%

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

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

R = 37.08%
G = 29.95%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EABDD0 (or 0xEABDD0) is known color: Chantilly. HEX triplet: EA, BD and D0. RGB value is (234,189,208). Sum of RGB (Red+Green+Blue) = 234+189+208=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD0 is #15422F. Grayscale: #CCCCCC. Windows color (decimal): -1393200 or 13680106. OLE color: 13680106.

HSL color Cylindrical-coordinate representation of color #EABDD0: hue angle of 334.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDD0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 208 -
CMYK 0 0.19 0.11 0.08
HSL 334.67º 0.52% 0.83% -
HSV(B) 334.67º 0.19% 0.92% -
XYZ 63.51 58.44 67.61 -
YUV 204.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 234 189 208 0 0.19 0.11 0.08 334.67 0.52 0.83
Hex EA BD D0 0 13 B 8 14F 34 53
Octal 352 275 320 0 23 13 10 517 64 123
Binary 11101010 10111101 11010000 0 10011 1011 1000 101001111 110100 1010011

Color Harmonies of #EABDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDD0

Black with #EABDD0

Text Example


Text Example

White with #EABDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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