#EFCBDF

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

Shades of Classic Rose #EFCBDF

Tints of Classic Rose #EFCBDF

Color information

#EFCBDF (or 0xEFCBDF) is unknown color: approx Classic Rose. HEX triplet: EF, CB and DF. RGB value is (239,203,223). Sum of RGB (Red+Green+Blue) = 239+203+223=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBDF is #103420. Grayscale: #D8D8D8. Windows color (decimal): -1061921 or 14666735. OLE color: 14666735.

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

Color convert

RGB239203223-
CMYK00.150.070.06
HSL326.67º52.94%86.67%-
HSV(B)326.67º15.06%93.73%-
XYZ70.2766.3978.92-
YUV216.04131.93144.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=35.94%
G=30.53%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920322300.150.070.06326.6752.9486.67
HexEFCBDF0F761473557
Octal3573133370177650765127
Binary111011111100101111011111011111111101010001111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBDF; }

 p { color: rgb(239,203,223); }

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

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

 a { background-color: rgb(239,203,223); }

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

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

 span { border-color: rgb(239,203,223); }

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