Html Css Color HEX #E5CDCF Pale Rose

📋 copy color: '#E5CDCF'

red 229 ◦ green 205 ◦ blue 207

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

Shades of Pale Rose #E5CDCF

Tints of Pale Rose #E5CDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.29%

R = 35.73%
G = 31.98%
B = 32.29%

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

#E5CDCF (or 0xE5CDCF) is known color: Pale Rose. HEX triplet: E5, CD and CF. RGB value is (229,205,207). Sum of RGB (Red+Green+Blue) = 229+205+207=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDCF is #1A3230. Grayscale: #D4D4D4. Windows color (decimal): -1716785 or 13618661. OLE color: 13618661.

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

Color convert

RGB 229 205 207 -
CMYK 0 0.10 0.10 0.10
HSL 355º 0.32% 0.85% -
HSV(B) 355º 0.1% 0.9% -
XYZ 65.41 64.83 68.1 -
YUV 212.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 229 205 207 0 0.10 0.10 0.10 355 0.32 0.85
Hex E5 CD CF 0 A A A 163 20 55
Octal 345 315 317 0 12 12 12 543 40 125
Binary 11100101 11001101 11001111 0 1010 1010 1010 101100011 100000 1010101

Color Harmonies of #E5CDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDCF

Black with #E5CDCF

Text Example


Text Example

White with #E5CDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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