#EDCCCE

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

Shades of Pale Rose #EDCCCE

Tints of Pale Rose #EDCCCE

Color information

#EDCCCE (or 0xEDCCCE) is unknown color: approx Pale Rose. HEX triplet: ED, CC and CE. RGB value is (237,204,206). Sum of RGB (Red+Green+Blue) = 237+204+206=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCCE is #123331. Grayscale: #D6D6D6. Windows color (decimal): -1192754 or 13552877. OLE color: 13552877.

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

Color convert

RGB237204206-
CMYK00.140.130.07
HSL356.36º47.83%86.47%-
HSV(B)356.36º13.92%92.94%-
XYZ67.6665.6567.5-
YUV214.1123.43144.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=36.63%
G=31.53%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720420600.140.130.07356.3647.8386.47
HexEDCCCE0ED71643056
Octal35531431601615754460126
Binary1110110111001100110011100111011011111011001001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCCE; }

 p { color: rgb(237,204,206); }

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

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

 a { background-color: rgb(237,204,206); }

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

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

 span { border-color: rgb(237,204,206); }

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