#EFCDD2

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

Shades of Pale Rose #EFCDD2

Tints of Pale Rose #EFCDD2

Color information

#EFCDD2 (or 0xEFCDD2) is unknown color: approx Pale Rose. HEX triplet: EF, CD and D2. RGB value is (239,205,210). Sum of RGB (Red+Green+Blue) = 239+205+210=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD2 is #10322D. Grayscale: #D7D7D7. Windows color (decimal): -1061422 or 13815279. OLE color: 13815279.

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

Color convert

RGB239205210-
CMYK00.140.120.06
HSL351.18º51.52%87.06%-
HSV(B)351.18º14.23%93.73%-
XYZ69.0666.6770.2-
YUV215.74124.76144.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 210 (82.42% from 255) = 32.11%
R=36.54%
G=31.35%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920521000.140.120.06351.1851.5287.06
HexEFCDD20EC615f3457
Octal35731532201614653764127
Binary1110111111001101110100100111011001101010111111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDD2; }

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

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

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

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

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

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

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

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