Html Css Color HEX #E6CCDE Classic Rose

📋 copy color: '#E6CCDE'

red 230 ◦ green 204 ◦ blue 222

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

Shades of Classic Rose #E6CCDE

Tints of Classic Rose #E6CCDE

RGB

 RED value IS 230 (90.23% from 255) = 35.06%

 GREEN value IS 204 (80.08% from 255) = 31.1%

 BLUE value IS 222 (87.11% from 255) = 33.84%

R = 35.06%
G = 31.1%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6CCDE (or 0xE6CCDE) is known color: Classic Rose. HEX triplet: E6, CC and DE. RGB value is (230,204,222). Sum of RGB (Red+Green+Blue) = 230+204+222=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCDE is #193321. Grayscale: #D5D5D5. Windows color (decimal): -1651490 or 14601446. OLE color: 14601446.

HSL color Cylindrical-coordinate representation of color #E6CCDE: hue angle of 318.46º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CCDE is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 204 222 -
CMYK 0 0.11 0.03 0.10
HSL 318.46º 0.34% 0.85% -
HSV(B) 318.46º 0.11% 0.9% -
XYZ 67.41 65.28 78.16 -
YUV 213.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 230 204 222 0 0.11 0.03 0.10 318.46 0.34 0.85
Hex E6 CC DE 0 B 3 A 13E 22 55
Octal 346 314 336 0 13 3 12 476 42 125
Binary 11100110 11001100 11011110 0 1011 11 1010 100111110 100010 1010101

Color Harmonies of #E6CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCDE

Black with #E6CCDE

Text Example


Text Example

White with #E6CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCDE; }

 p { color: rgb(230,204,222); }

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

background-color css

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

 a { background-color: rgb(230,204,222); }

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

border-color css

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

 span { border-color: rgb(230,204,222); }

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