Html Css Color HEX #E5CDCE Pale Rose

📋 copy color: '#E5CDCE'

red 229 ◦ green 205 ◦ blue 206

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

Shades of Pale Rose #E5CDCE

Tints of Pale Rose #E5CDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.19%

R = 35.78%
G = 32.03%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5CDCE (or 0xE5CDCE) is known color: Pale Rose. HEX triplet: E5, CD and CE. RGB value is (229,205,206). Sum of RGB (Red+Green+Blue) = 229+205+206=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDCE is #1A3231. Grayscale: #D4D4D4. Windows color (decimal): -1716786 or 13553125. OLE color: 13553125.

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

Color convert

RGB 229 205 206 -
CMYK 0 0.10 0.10 0.10
HSL 357.5º 0.32% 0.85% -
HSV(B) 357.5º 0.1% 0.9% -
XYZ 65.29 64.78 67.45 -
YUV 212.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 229 205 206 0 0.10 0.10 0.10 357.5 0.32 0.85
Hex E5 CD CE 0 A A A 166 20 55
Octal 345 315 316 0 12 12 12 546 40 125
Binary 11100101 11001101 11001110 0 1010 1010 1010 101100110 100000 1010101

Color Harmonies of #E5CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDCE

Black with #E5CDCE

Text Example


Text Example

White with #E5CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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