#EBBFDA

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

Shades of Classic Rose #EBBFDA

Tints of Classic Rose #EBBFDA

Color information

#EBBFDA (or 0xEBBFDA) is unknown color: approx Classic Rose. HEX triplet: EB, BF and DA. RGB value is (235,191,218). Sum of RGB (Red+Green+Blue) = 235+191+218=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFDA is #144025. Grayscale: #CFCFCF. Windows color (decimal): -1327142 or 14335979. OLE color: 14335979.

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

Color convert

RGB235191218-
CMYK00.190.070.08
HSL323.18º52.38%83.53%-
HSV(B)323.18º18.72%92.16%-
XYZ65.5559.9974.45-
YUV207.23134.08147.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 191 (75% from 255) = 29.66%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=36.49%
G=29.66%
B=33.85%

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
Decimal23519121800.190.070.08323.1852.3883.53
HexEBBFDA013781433454
Octal35327733202371050364124
Binary11101011101111111101101001001111110001010000111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFDA; }

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

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

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

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

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

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

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

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