Html Css Color HEX #E8CDDC Classic Rose

📋 copy color: '#E8CDDC'

red 232 ◦ green 205 ◦ blue 220

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

Shades of Classic Rose #E8CDDC

Tints of Classic Rose #E8CDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.49%

R = 35.31%
G = 31.2%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E8CDDC (or 0xE8CDDC) is known color: Classic Rose. HEX triplet: E8, CD and DC. RGB value is (232,205,220). Sum of RGB (Red+Green+Blue) = 232+205+220=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDDC is #173223. Grayscale: #D6D6D6. Windows color (decimal): -1520164 or 14470632. OLE color: 14470632.

HSL color Cylindrical-coordinate representation of color #E8CDDC: hue angle of 326.67º 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 #E8CDDC is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 205 220 -
CMYK 0 0.12 0.05 0.09
HSL 326.67º 0.37% 0.86% -
HSV(B) 326.67º 0.12% 0.91% -
XYZ 68.03 65.99 76.86 -
YUV 214.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 232 205 220 0 0.12 0.05 0.09 326.67 0.37 0.86
Hex E8 CD DC 0 C 5 9 147 25 56
Octal 350 315 334 0 14 5 11 507 45 126
Binary 11101000 11001101 11011100 0 1100 101 1001 101000111 100101 1010110

Color Harmonies of #E8CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CDDC

Black with #E8CDDC

Text Example


Text Example

White with #E8CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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