#EBCFDD

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

Shades of Classic Rose #EBCFDD

Tints of Classic Rose #EBCFDD

Color information

#EBCFDD (or 0xEBCFDD) is unknown color: approx Classic Rose. HEX triplet: EB, CF and DD. RGB value is (235,207,221). Sum of RGB (Red+Green+Blue) = 235+207+221=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFDD is #143022. Grayscale: #D8D8D8. Windows color (decimal): -1323043 or 14536683. OLE color: 14536683.

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

Color convert

RGB235207221-
CMYK00.120.060.08
HSL330º41.18%86.67%-
HSV(B)330º11.91%92.16%-
XYZ69.6267.5177.77-
YUV216.97130.28140.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=35.44%
G=31.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520722100.120.060.0833041.1886.67
HexEBCFDD0C6814a2957
Octal35331733501461051251127
Binary1110101111001111110111010110011010001010010101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFDD; }

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

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

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

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

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

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

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

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