Html Css Color HEX #EECDE5 Classic Rose

📋 copy color: '#EECDE5'

red 238 ◦ green 205 ◦ blue 229

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

Shades of Classic Rose #EECDE5

Tints of Classic Rose #EECDE5

RGB

 RED value IS 238 (93.36% from 255) = 35.42%

 GREEN value IS 205 (80.47% from 255) = 30.51%

 BLUE value IS 229 (89.84% from 255) = 34.08%

R = 35.42%
G = 30.51%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EECDE5 (or 0xEECDE5) is known color: Classic Rose. HEX triplet: EE, CD and E5. RGB value is (238,205,229). Sum of RGB (Red+Green+Blue) = 238+205+229=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDE5 is #11321A. Grayscale: #D9D9D9. Windows color (decimal): -1126939 or 15060462. OLE color: 15060462.

HSL color Cylindrical-coordinate representation of color #EECDE5: hue angle of 316.36º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDE5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 229 -
CMYK 0 0.14 0.04 0.07
HSL 316.36º 0.49% 0.87% -
HSV(B) 316.36º 0.14% 0.93% -
XYZ 71.23 67.5 83.4 -
YUV 217.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 238 205 229 0 0.14 0.04 0.07 316.36 0.49 0.87
Hex EE CD E5 0 E 4 7 13C 31 57
Octal 356 315 345 0 16 4 7 474 61 127
Binary 11101110 11001101 11100101 0 1110 100 111 100111100 110001 1010111

Color Harmonies of #EECDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDE5

Black with #EECDE5

Text Example


Text Example

White with #EECDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDE5; }

 p { color: rgb(238,205,229); }

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

background-color css

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

 a { background-color: rgb(238,205,229); }

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

border-color css

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

 span { border-color: rgb(238,205,229); }

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