Html Css Color HEX #ECDAE4 Classic Rose

📋 copy color: '#ECDAE4'

red 236 ◦ green 218 ◦ blue 228

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

Shades of Classic Rose #ECDAE4

Tints of Classic Rose #ECDAE4

RGB

 RED value IS 236 (92.58% from 255) = 34.6%

 GREEN value IS 218 (85.55% from 255) = 31.96%

 BLUE value IS 228 (89.45% from 255) = 33.43%

R = 34.6%
G = 31.96%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECDAE4 (or 0xECDAE4) is known color: Classic Rose. HEX triplet: EC, DA and E4. RGB value is (236,218,228). Sum of RGB (Red+Green+Blue) = 236+218+228=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAE4 is #13251B. Grayscale: #E0E0E0. Windows color (decimal): -1254684 or 14998252. OLE color: 14998252.

HSL color Cylindrical-coordinate representation of color #ECDAE4: hue angle of 326.67º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDAE4 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 218 228 -
CMYK 0 0.08 0.03 0.07
HSL 326.67º 0.32% 0.89% -
HSV(B) 326.67º 0.08% 0.93% -
XYZ 73.67 73.58 83.72 -
YUV 224.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 236 218 228 0 0.08 0.03 0.07 326.67 0.32 0.89
Hex EC DA E4 0 8 3 7 147 20 59
Octal 354 332 344 0 10 3 7 507 40 131
Binary 11101100 11011010 11100100 0 1000 11 111 101000111 100000 1011001

Color Harmonies of #ECDAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAE4

Black with #ECDAE4

Text Example


Text Example

White with #ECDAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAE4; }

 p { color: rgb(236,218,228); }

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

background-color css

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

 a { background-color: rgb(236,218,228); }

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

border-color css

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

 span { border-color: rgb(236,218,228); }

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