#EFCDD0

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

Shades of Pale Rose #EFCDD0

Tints of Pale Rose #EFCDD0

Color information

#EFCDD0 (or 0xEFCDD0) is unknown color: approx Pale Rose. HEX triplet: EF, CD and D0. RGB value is (239,205,208). Sum of RGB (Red+Green+Blue) = 239+205+208=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD0 is #10322F. Grayscale: #D7D7D7. Windows color (decimal): -1061424 or 13684207. OLE color: 13684207.

HSL color Cylindrical-coordinate representation of color #EFCDD0: hue angle of 354.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDD0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239205208-
CMYK00.140.130.06
HSL354.71º51.52%87.06%-
HSV(B)354.71º14.23%93.73%-
XYZ68.8166.5768.9-
YUV215.51123.76144.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 208 (81.64% from 255) = 31.90%
R=36.66%
G=31.44%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920520800.140.130.06354.7151.5287.06
HexEFCDD00ED61633457
Octal35731532001615654364127
Binary1110111111001101110100000111011011101011000111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDD0; }

 p { color: rgb(239,205,208); }

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

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

 a { background-color: rgb(239,205,208); }

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

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

 span { border-color: rgb(239,205,208); }

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