Html Css Color HEX #E8CDDF Classic Rose

📋 copy color: '#E8CDDF'

red 232 ◦ green 205 ◦ blue 223

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

Shades of Classic Rose #E8CDDF

Tints of Classic Rose #E8CDDF

RGB

 RED value IS 232 (91.02% from 255) = 35.15%

 GREEN value IS 205 (80.47% from 255) = 31.06%

 BLUE value IS 223 (87.5% from 255) = 33.79%

R = 35.15%
G = 31.06%
B = 33.79%

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

#E8CDDF (or 0xE8CDDF) is known color: Classic Rose. HEX triplet: E8, CD and DF. RGB value is (232,205,223). Sum of RGB (Red+Green+Blue) = 232+205+223=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDDF is #173220. Grayscale: #D7D7D7. Windows color (decimal): -1520161 or 14667240. OLE color: 14667240.

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

Color convert

RGB 232 205 223 -
CMYK 0 0.12 0.04 0.09
HSL 320º 0.37% 0.86% -
HSV(B) 320º 0.12% 0.91% -
XYZ 68.43 66.15 78.97 -
YUV 215.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 232 205 223 0 0.12 0.04 0.09 320 0.37 0.86
Hex E8 CD DF 0 C 4 9 140 25 56
Octal 350 315 337 0 14 4 11 500 45 126
Binary 11101000 11001101 11011111 0 1100 100 1001 101000000 100101 1010110

Color Harmonies of #E8CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CDDF

Black with #E8CDDF

Text Example


Text Example

White with #E8CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CDDF; }

 p { color: rgb(232,205,223); }

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

background-color css

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

 a { background-color: rgb(232,205,223); }

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

border-color css

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

 span { border-color: rgb(232,205,223); }

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