Html Css Color HEX #EBCBDD Classic Rose

📋 copy color: '#EBCBDD'

red 235 ◦ green 203 ◦ blue 221

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

Shades of Classic Rose #EBCBDD

Tints of Classic Rose #EBCBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.8%

 BLUE value IS 221 (86.72% from 255) = 33.54%

R = 35.66%
G = 30.8%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBCBDD (or 0xEBCBDD) is known color: Classic Rose. HEX triplet: EB, CB and DD. RGB value is (235,203,221). Sum of RGB (Red+Green+Blue) = 235+203+221=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBDD is #143422. Grayscale: #D6D6D6. Windows color (decimal): -1324067 or 14535659. OLE color: 14535659.

HSL color Cylindrical-coordinate representation of color #EBCBDD: hue angle of 326.25º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCBDD is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 203 221 -
CMYK 0 0.14 0.06 0.08
HSL 326.25º 0.44% 0.86% -
HSV(B) 326.25º 0.14% 0.92% -
XYZ 68.67 65.59 77.45 -
YUV 214.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 235 203 221 0 0.14 0.06 0.08 326.25 0.44 0.86
Hex EB CB DD 0 E 6 8 146 2C 56
Octal 353 313 335 0 16 6 10 506 54 126
Binary 11101011 11001011 11011101 0 1110 110 1000 101000110 101100 1010110

Color Harmonies of #EBCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCBDD

Black with #EBCBDD

Text Example


Text Example

White with #EBCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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