Html Css Color HEX #ECDAE6 Classic Rose

📋 copy color: '#ECDAE6'

red 236 ◦ green 218 ◦ blue 230

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

Shades of Classic Rose #ECDAE6

Tints of Classic Rose #ECDAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.63%

R = 34.5%
G = 31.87%
B = 33.63%

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

#ECDAE6 (or 0xECDAE6) is known color: Classic Rose. HEX triplet: EC, DA and E6. RGB value is (236,218,230). Sum of RGB (Red+Green+Blue) = 236+218+230=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAE6 is #132519. Grayscale: #E0E0E0. Windows color (decimal): -1254682 or 15129324. OLE color: 15129324.

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

Color convert

RGB 236 218 230 -
CMYK 0 0.08 0.03 0.07
HSL 320º 0.32% 0.89% -
HSV(B) 320º 0.08% 0.93% -
XYZ 73.95 73.69 85.19 -
YUV 224.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 236 218 230 0 0.08 0.03 0.07 320 0.32 0.89
Hex EC DA E6 0 8 3 7 140 20 59
Octal 354 332 346 0 10 3 7 500 40 131
Binary 11101100 11011010 11100110 0 1000 11 111 101000000 100000 1011001

Color Harmonies of #ECDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAE6

Black with #ECDAE6

Text Example


Text Example

White with #ECDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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