Html Css Color HEX #EACADD Classic Rose

📋 copy color: '#EACADD'

red 234 ◦ green 202 ◦ blue 221

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

Shades of Classic Rose #EACADD

Tints of Classic Rose #EACADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.75%

 BLUE value IS 221 (86.72% from 255) = 33.64%

R = 35.62%
G = 30.75%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EACADD (or 0xEACADD) is known color: Classic Rose. HEX triplet: EA, CA and DD. RGB value is (234,202,221). Sum of RGB (Red+Green+Blue) = 234+202+221=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EACADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACADD is #153522. Grayscale: #D5D5D5. Windows color (decimal): -1389859 or 14535402. OLE color: 14535402.

HSL color Cylindrical-coordinate representation of color #EACADD: hue angle of 324.38º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACADD is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 202 221 -
CMYK 0 0.14 0.06 0.08
HSL 324.38º 0.43% 0.85% -
HSV(B) 324.38º 0.14% 0.92% -
XYZ 68.1 64.95 77.35 -
YUV 213.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 234 202 221 0 0.14 0.06 0.08 324.38 0.43 0.85
Hex EA CA DD 0 E 6 8 144 2B 55
Octal 352 312 335 0 16 6 10 504 53 125
Binary 11101010 11001010 11011101 0 1110 110 1000 101000100 101011 1010101

Color Harmonies of #EACADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACADD

Black with #EACADD

Text Example


Text Example

White with #EACADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACADD; }

 p { color: rgb(234,202,221); }

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

background-color css

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

 a { background-color: rgb(234,202,221); }

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

border-color css

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

 span { border-color: rgb(234,202,221); }

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