#EBCFDF

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

Shades of Classic Rose #EBCFDF

Tints of Classic Rose #EBCFDF

Color information

#EBCFDF (or 0xEBCFDF) is unknown color: approx Classic Rose. HEX triplet: EB, CF and DF. RGB value is (235,207,223). Sum of RGB (Red+Green+Blue) = 235+207+223=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFDF is #143020. Grayscale: #D9D9D9. Windows color (decimal): -1323041 or 14667755. OLE color: 14667755.

HSL color Cylindrical-coordinate representation of color #EBCFDF: hue angle of 325.71º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCFDF is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235207223-
CMYK00.120.050.08
HSL325.71º41.18%86.67%-
HSV(B)325.71º11.91%92.16%-
XYZ69.8967.6279.18-
YUV217.2131.28140.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=35.34%
G=31.13%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520722300.120.050.08325.7141.1886.67
HexEBCFDF0C581462957
Octal35331733701451050651127
Binary1110101111001111110111110110010110001010001101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFDF; }

 p { color: rgb(235,207,223); }

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

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

 a { background-color: rgb(235,207,223); }

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

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

 span { border-color: rgb(235,207,223); }

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