#EFCDCF

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

Shades of Pale Rose #EFCDCF

Tints of Pale Rose #EFCDCF

Color information

#EFCDCF (or 0xEFCDCF) is unknown color: approx Pale Rose. HEX triplet: EF, CD and CF. RGB value is (239,205,207). Sum of RGB (Red+Green+Blue) = 239+205+207=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDCF is #103230. Grayscale: #D7D7D7. Windows color (decimal): -1061425 or 13618671. OLE color: 13618671.

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

Color convert

RGB239205207-
CMYK00.140.130.06
HSL356.47º51.52%87.06%-
HSV(B)356.47º14.23%93.73%-
XYZ68.6966.5268.25-
YUV215.39123.26144.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=36.71%
G=31.49%
B=31.80%

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
Decimal23920520700.140.130.06356.4751.5287.06
HexEFCDCF0ED61643457
Octal35731531701615654464127
Binary1110111111001101110011110111011011101011001001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDCF; }

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

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

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

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

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

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

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

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