Html Css Color HEX #EBBED4 Classic Rose

📋 copy color: '#EBBED4'

red 235 ◦ green 190 ◦ blue 212

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

Shades of Classic Rose #EBBED4

Tints of Classic Rose #EBBED4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.83%

 BLUE value IS 212 (83.2% from 255) = 33.28%

R = 36.89%
G = 29.83%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBBED4 (or 0xEBBED4) is known color: Classic Rose. HEX triplet: EB, BE and D4. RGB value is (235,190,212). Sum of RGB (Red+Green+Blue) = 235+190+212=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBED4 is #14412B. Grayscale: #CDCDCD. Windows color (decimal): -1327404 or 13942507. OLE color: 13942507.

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

Color convert

RGB 235 190 212 -
CMYK 0 0.19 0.10 0.08
HSL 330.67º 0.53% 0.83% -
HSV(B) 330.67º 0.19% 0.92% -
XYZ 64.56 59.24 70.32 -
YUV 205.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 235 190 212 0 0.19 0.10 0.08 330.67 0.53 0.83
Hex EB BE D4 0 13 A 8 14B 35 53
Octal 353 276 324 0 23 12 10 513 65 123
Binary 11101011 10111110 11010100 0 10011 1010 1000 101001011 110101 1010011

Color Harmonies of #EBBED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBED4

Black with #EBBED4

Text Example


Text Example

White with #EBBED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBED4; }

 p { color: rgb(235,190,212); }

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

background-color css

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

 a { background-color: rgb(235,190,212); }

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

border-color css

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

 span { border-color: rgb(235,190,212); }

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