Html Css Color HEX #E7CBDD Classic Rose

📋 copy color: '#E7CBDD'

red 231 ◦ green 203 ◦ blue 221

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

Shades of Classic Rose #E7CBDD

Tints of Classic Rose #E7CBDD

RGB

 RED value IS 231 (90.63% from 255) = 35.27%

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

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

R = 35.27%
G = 30.99%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E7CBDD (or 0xE7CBDD) is known color: Classic Rose. HEX triplet: E7, CB and DD. RGB value is (231,203,221). Sum of RGB (Red+Green+Blue) = 231+203+221=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBDD is #183422. Grayscale: #D5D5D5. Windows color (decimal): -1586211 or 14535655. OLE color: 14535655.

HSL color Cylindrical-coordinate representation of color #E7CBDD: hue angle of 321.43º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CBDD is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 203 221 -
CMYK 0 0.12 0.04 0.09
HSL 321.43º 0.37% 0.85% -
HSV(B) 321.43º 0.12% 0.91% -
XYZ 67.36 64.92 77.39 -
YUV 213.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 231 203 221 0 0.12 0.04 0.09 321.43 0.37 0.85
Hex E7 CB DD 0 C 4 9 141 25 55
Octal 347 313 335 0 14 4 11 501 45 125
Binary 11100111 11001011 11011101 0 1100 100 1001 101000001 100101 1010101

Color Harmonies of #E7CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CBDD

Black with #E7CBDD

Text Example


Text Example

White with #E7CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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