Html Css Color HEX #EBCADB Classic Rose

📋 copy color: '#EBCADB'

red 235 ◦ green 202 ◦ blue 219

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

Shades of Classic Rose #EBCADB

Tints of Classic Rose #EBCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.79%

 BLUE value IS 219 (85.94% from 255) = 33.38%

R = 35.82%
G = 30.79%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBCADB (or 0xEBCADB) is known color: Classic Rose. HEX triplet: EB, CA and DB. RGB value is (235,202,219). Sum of RGB (Red+Green+Blue) = 235+202+219=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCADB is #143524. Grayscale: #D5D5D5. Windows color (decimal): -1324325 or 14404331. OLE color: 14404331.

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

Color convert

RGB 235 202 219 -
CMYK 0 0.14 0.07 0.08
HSL 329.09º 0.45% 0.86% -
HSV(B) 329.09º 0.14% 0.92% -
XYZ 68.17 65.02 75.97 -
YUV 213.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 235 202 219 0 0.14 0.07 0.08 329.09 0.45 0.86
Hex EB CA DB 0 E 7 8 149 2D 56
Octal 353 312 333 0 16 7 10 511 55 126
Binary 11101011 11001010 11011011 0 1110 111 1000 101001001 101101 1010110

Color Harmonies of #EBCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCADB

Black with #EBCADB

Text Example


Text Example

White with #EBCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCADB; }

 p { color: rgb(235,202,219); }

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

background-color css

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

 a { background-color: rgb(235,202,219); }

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

border-color css

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

 span { border-color: rgb(235,202,219); }

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