#E0CBCD

Color #E0CBCD Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #E0CBCD

Tints of Pale Rose #E0CBCD

Color information

#E0CBCD (or 0xE0CBCD) is unknown color: approx Pale Rose. HEX triplet: E0, CB and CD. RGB value is (224,203,205). Sum of RGB (Red+Green+Blue) = 224+203+205=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBCD is #1F3432. Grayscale: #D1D1D1. Windows color (decimal): -2044979 or 13487072. OLE color: 13487072.

HSL color Cylindrical-coordinate representation of color #E0CBCD: hue angle of 354.29º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CBCD is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224203205-
CMYK00.090.080.12
HSL354.29º25.3%83.73%-
HSV(B)354.29º9.38%87.84%-
XYZ63.1262.9766.58-
YUV209.51125.46138.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=35.44%
G=32.12%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420320500.090.080.12354.2925.383.73
HexE0CBCD098C1621954
Octal340313315011101454231124
Binary1110000011001011110011010100110001100101100010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBCD; }

 p { color: rgb(224,203,205); }

 H1.HeaderClassName
 {
   color: #E0CBCD;
 }
 .AnyTagClassName
 {
   color: #E0CBCD;
 }
</style>
background-color css

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

 a { background-color: rgb(224,203,205); }

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

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

 span { border-color: rgb(224,203,205); }

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