Html Css Color HEX #E5CCDC Prim

📋 copy color: '#E5CCDC'

red 229 ◦ green 204 ◦ blue 220

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

Shades of Prim #E5CCDC

Tints of Prim #E5CCDC

RGB

 RED value IS 229 (89.84% from 255) = 35.07%

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

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

R = 35.07%
G = 31.24%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E5CCDC (or 0xE5CCDC) is known color: Prim. HEX triplet: E5, CC and DC. RGB value is (229,204,220). Sum of RGB (Red+Green+Blue) = 229+204+220=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCDC is #1A3323. Grayscale: #D5D5D5. Windows color (decimal): -1717028 or 14470373. OLE color: 14470373.

HSL color Cylindrical-coordinate representation of color #E5CCDC: hue angle of 321.6º degrees, saturation: 0.32, 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 #E5CCDC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 220 -
CMYK 0 0.11 0.04 0.10
HSL 321.6º 0.32% 0.85% -
HSV(B) 321.6º 0.11% 0.9% -
XYZ 66.82 65.01 76.74 -
YUV 213.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 229 204 220 0 0.11 0.04 0.10 321.6 0.32 0.85
Hex E5 CC DC 0 B 4 A 142 20 55
Octal 345 314 334 0 13 4 12 502 40 125
Binary 11100101 11001100 11011100 0 1011 100 1010 101000010 100000 1010101

Color Harmonies of #E5CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CCDC

Black with #E5CCDC

Text Example


Text Example

White with #E5CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CCDC; }

 p { color: rgb(229,204,220); }

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

background-color css

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

 a { background-color: rgb(229,204,220); }

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

border-color css

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

 span { border-color: rgb(229,204,220); }

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