Html Css Color HEX #EBBFDC Classic Rose

📋 copy color: '#EBBFDC'

red 235 ◦ green 191 ◦ blue 220

#EBBFDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #EBBFDC

Tints of Classic Rose #EBBFDC

RGB

 RED value IS 235 (92.19% from 255) = 36.38%

 GREEN value IS 191 (75% from 255) = 29.57%

 BLUE value IS 220 (86.33% from 255) = 34.06%

R = 36.38%
G = 29.57%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBBFDC (or 0xEBBFDC) is known color: Classic Rose. HEX triplet: EB, BF and DC. RGB value is (235,191,220). Sum of RGB (Red+Green+Blue) = 235+191+220=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFDC is #144023. Grayscale: #CFCFCF. Windows color (decimal): -1327140 or 14467051. OLE color: 14467051.

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

Color convert

RGB 235 191 220 -
CMYK 0 0.19 0.06 0.08
HSL 320.45º 0.52% 0.84% -
HSV(B) 320.45º 0.19% 0.92% -
XYZ 65.81 60.09 75.84 -
YUV 207.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 235 191 220 0 0.19 0.06 0.08 320.45 0.52 0.84
Hex EB BF DC 0 13 6 8 140 34 54
Octal 353 277 334 0 23 6 10 500 64 124
Binary 11101011 10111111 11011100 0 10011 110 1000 101000000 110100 1010100

Color Harmonies of #EBBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFDC

Black with #EBBFDC

Text Example


Text Example

White with #EBBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFDC; }

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

 H1.HeaderClassName
 {
   color: #EBBFDC;
 }
 .AnyTagClassName
 {
   color: #EBBFDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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