Html Css Color HEX #EBCBDE Classic Rose

📋 copy color: '#EBCBDE'

red 235 ◦ green 203 ◦ blue 222

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

Shades of Classic Rose #EBCBDE

Tints of Classic Rose #EBCBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.64%

R = 35.61%
G = 30.76%
B = 33.64%

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

#EBCBDE (or 0xEBCBDE) is known color: Classic Rose. HEX triplet: EB, CB and DE. RGB value is (235,203,222). Sum of RGB (Red+Green+Blue) = 235+203+222=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBDE is #143421. Grayscale: #D6D6D6. Windows color (decimal): -1324066 or 14601195. OLE color: 14601195.

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

Color convert

RGB 235 203 222 -
CMYK 0 0.14 0.06 0.08
HSL 324.38º 0.44% 0.86% -
HSV(B) 324.38º 0.14% 0.92% -
XYZ 68.8 65.65 78.15 -
YUV 214.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 235 203 222 0 0.14 0.06 0.08 324.38 0.44 0.86
Hex EB CB DE 0 E 6 8 144 2C 56
Octal 353 313 336 0 16 6 10 504 54 126
Binary 11101011 11001011 11011110 0 1110 110 1000 101000100 101100 1010110

Color Harmonies of #EBCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCBDE

Black with #EBCBDE

Text Example


Text Example

White with #EBCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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