Html Css Color HEX #E8CFDD Classic Rose

📋 copy color: '#E8CFDD'

red 232 ◦ green 207 ◦ blue 221

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

Shades of Classic Rose #E8CFDD

Tints of Classic Rose #E8CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.36%

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

R = 35.15%
G = 31.36%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E8CFDD (or 0xE8CFDD) is known color: Classic Rose. HEX triplet: E8, CF and DD. RGB value is (232,207,221). Sum of RGB (Red+Green+Blue) = 232+207+221=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFDD is #173022. Grayscale: #D8D8D8. Windows color (decimal): -1519651 or 14536680. OLE color: 14536680.

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

Color convert

RGB 232 207 221 -
CMYK 0 0.11 0.05 0.09
HSL 326.4º 0.35% 0.86% -
HSV(B) 326.4º 0.11% 0.91% -
XYZ 68.64 67 77.72 -
YUV 216.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 232 207 221 0 0.11 0.05 0.09 326.4 0.35 0.86
Hex E8 CF DD 0 B 5 9 146 23 56
Octal 350 317 335 0 13 5 11 506 43 126
Binary 11101000 11001111 11011101 0 1011 101 1001 101000110 100011 1010110

Color Harmonies of #E8CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CFDD

Black with #E8CFDD

Text Example


Text Example

White with #E8CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CFDD; }

 p { color: rgb(232,207,221); }

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

background-color css

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

 a { background-color: rgb(232,207,221); }

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

border-color css

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

 span { border-color: rgb(232,207,221); }

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