Html Css Color HEX #EABDCE Chantilly

📋 copy color: '#EABDCE'

red 234 ◦ green 189 ◦ blue 206

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

Shades of Chantilly #EABDCE

Tints of Chantilly #EABDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.75%

R = 37.2%
G = 30.05%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EABDCE (or 0xEABDCE) is known color: Chantilly. HEX triplet: EA, BD and CE. RGB value is (234,189,206). Sum of RGB (Red+Green+Blue) = 234+189+206=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDCE is #154231. Grayscale: #CCCCCC. Windows color (decimal): -1393202 or 13549034. OLE color: 13549034.

HSL color Cylindrical-coordinate representation of color #EABDCE: hue angle of 337.33º 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 #EABDCE is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 206 -
CMYK 0 0.19 0.12 0.08
HSL 337.33º 0.52% 0.83% -
HSV(B) 337.33º 0.19% 0.92% -
XYZ 63.27 58.34 66.32 -
YUV 204.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 234 189 206 0 0.19 0.12 0.08 337.33 0.52 0.83
Hex EA BD CE 0 13 C 8 151 34 53
Octal 352 275 316 0 23 14 10 521 64 123
Binary 11101010 10111101 11001110 0 10011 1100 1000 101010001 110100 1010011

Color Harmonies of #EABDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDCE

Black with #EABDCE

Text Example


Text Example

White with #EABDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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