Html Css Color HEX #EBCADD Classic Rose

📋 copy color: '#EBCADD'

red 235 ◦ green 202 ◦ blue 221

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

Shades of Classic Rose #EBCADD

Tints of Classic Rose #EBCADD

RGB

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

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

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

R = 35.71%
G = 30.7%
B = 33.59%

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

#EBCADD (or 0xEBCADD) is known color: Classic Rose. HEX triplet: EB, CA and DD. RGB value is (235,202,221). Sum of RGB (Red+Green+Blue) = 235+202+221=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCADD is #143522. Grayscale: #D5D5D5. Windows color (decimal): -1324323 or 14535403. OLE color: 14535403.

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

Color convert

RGB 235 202 221 -
CMYK 0 0.14 0.06 0.08
HSL 325.45º 0.45% 0.86% -
HSV(B) 325.45º 0.14% 0.92% -
XYZ 68.43 65.12 77.37 -
YUV 214.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 235 202 221 0 0.14 0.06 0.08 325.45 0.45 0.86
Hex EB CA DD 0 E 6 8 145 2D 56
Octal 353 312 335 0 16 6 10 505 55 126
Binary 11101011 11001010 11011101 0 1110 110 1000 101000101 101101 1010110

Color Harmonies of #EBCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCADD

Black with #EBCADD

Text Example


Text Example

White with #EBCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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