#EFCDDA

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

Shades of Classic Rose #EFCDDA

Tints of Classic Rose #EFCDDA

Color information

#EFCDDA (or 0xEFCDDA) is unknown color: approx Classic Rose. HEX triplet: EF, CD and DA. RGB value is (239,205,218). Sum of RGB (Red+Green+Blue) = 239+205+218=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDDA is #103225. Grayscale: #D8D8D8. Windows color (decimal): -1061414 or 14339567. OLE color: 14339567.

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

Color convert

RGB239205218-
CMYK00.140.090.06
HSL337.06º51.52%87.06%-
HSV(B)337.06º14.23%93.73%-
XYZ70.0867.0875.58-
YUV216.65128.76143.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 205 (80.47% from 255) = 30.97%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=36.10%
G=30.97%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920521800.140.090.06337.0651.5287.06
HexEFCDDA0E961513457
Octal35731533201611652164127
Binary1110111111001101110110100111010011101010100011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDDA; }

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

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

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

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

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

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

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

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