Html Css Color HEX #E5CEDD Prim

📋 copy color: '#E5CEDD'

red 229 ◦ green 206 ◦ blue 221

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

Shades of Prim #E5CEDD

Tints of Prim #E5CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.4%

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

R = 34.91%
G = 31.4%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E5CEDD (or 0xE5CEDD) is known color: Prim. HEX triplet: E5, CE and DD. RGB value is (229,206,221). Sum of RGB (Red+Green+Blue) = 229+206+221=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CEDD is #1A3122. Grayscale: #D6D6D6. Windows color (decimal): -1716515 or 14536421. OLE color: 14536421.

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

Color convert

RGB 229 206 221 -
CMYK 0 0.10 0.03 0.10
HSL 320.87º 0.31% 0.85% -
HSV(B) 320.87º 0.1% 0.9% -
XYZ 67.44 66.02 77.6 -
YUV 214.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 229 206 221 0 0.10 0.03 0.10 320.87 0.31 0.85
Hex E5 CE DD 0 A 3 A 141 1F 55
Octal 345 316 335 0 12 3 12 501 37 125
Binary 11100101 11001110 11011101 0 1010 11 1010 101000001 11111 1010101

Color Harmonies of #E5CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CEDD

Black with #E5CEDD

Text Example


Text Example

White with #E5CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CEDD; }

 p { color: rgb(229,206,221); }

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

background-color css

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

 a { background-color: rgb(229,206,221); }

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

border-color css

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

 span { border-color: rgb(229,206,221); }

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