Html Css Color HEX #E5CDDD Classic Rose

📋 copy color: '#E5CDDD'

red 229 ◦ green 205 ◦ blue 221

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

Shades of Classic Rose #E5CDDD

Tints of Classic Rose #E5CDDD

RGB

 RED value IS 229 (89.84% from 255) = 34.96%

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

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

R = 34.96%
G = 31.3%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E5CDDD (or 0xE5CDDD) is known color: Classic Rose. HEX triplet: E5, CD and DD. RGB value is (229,205,221). Sum of RGB (Red+Green+Blue) = 229+205+221=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDDD is #1A3222. Grayscale: #D5D5D5. Windows color (decimal): -1716771 or 14536165. OLE color: 14536165.

HSL color Cylindrical-coordinate representation of color #E5CDDD: hue angle of 320º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CDDD is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 205 221 -
CMYK 0 0.10 0.03 0.10
HSL 320º 0.32% 0.85% -
HSV(B) 320º 0.1% 0.9% -
XYZ 67.2 65.54 77.52 -
YUV 214 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 229 205 221 0 0.10 0.03 0.10 320 0.32 0.85
Hex E5 CD DD 0 A 3 A 140 20 55
Octal 345 315 335 0 12 3 12 500 40 125
Binary 11100101 11001101 11011101 0 1010 11 1010 101000000 100000 1010101

Color Harmonies of #E5CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDDD

Black with #E5CDDD

Text Example


Text Example

White with #E5CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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