#EFCDE2

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

Shades of Classic Rose #EFCDE2

Tints of Classic Rose #EFCDE2

Color information

#EFCDE2 (or 0xEFCDE2) is unknown color: approx Classic Rose. HEX triplet: EF, CD and E2. RGB value is (239,205,226). Sum of RGB (Red+Green+Blue) = 239+205+226=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDE2 is #10321D. Grayscale: #D9D9D9. Windows color (decimal): -1061406 or 14863855. OLE color: 14863855.

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

Color convert

RGB239205226-
CMYK00.140.050.06
HSL322.94º51.52%87.06%-
HSV(B)322.94º14.23%93.73%-
XYZ71.1667.581.23-
YUV217.56132.76143.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 226 (88.67% from 255) = 33.73%
R=35.67%
G=30.60%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920522600.140.050.06322.9451.5287.06
HexEFCDE20E561433457
Octal3573153420165650364127
Binary111011111100110111100010011101011101010000111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDE2; }

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

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

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

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

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

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

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

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