#EBBFDB

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

Shades of Classic Rose #EBBFDB

Tints of Classic Rose #EBBFDB

Color information

#EBBFDB (or 0xEBBFDB) is unknown color: approx Classic Rose. HEX triplet: EB, BF and DB. RGB value is (235,191,219). Sum of RGB (Red+Green+Blue) = 235+191+219=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFDB is #144024. Grayscale: #CFCFCF. Windows color (decimal): -1327141 or 14401515. OLE color: 14401515.

HSL color Cylindrical-coordinate representation of color #EBBFDB: hue angle of 321.82º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFDB is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235191219-
CMYK00.190.070.08
HSL321.82º52.38%83.53%-
HSV(B)321.82º18.72%92.16%-
XYZ65.6860.0475.14-
YUV207.35134.58147.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 191 (75% from 255) = 29.61%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=36.43%
G=29.61%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519121900.190.070.08321.8252.3883.53
HexEBBFDB013781423454
Octal35327733302371050264124
Binary11101011101111111101101101001111110001010000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFDB; }

 p { color: rgb(235,191,219); }

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

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

 a { background-color: rgb(235,191,219); }

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

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

 span { border-color: rgb(235,191,219); }

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