Html Css Color HEX #E5CED7 Prim

📋 copy color: '#E5CED7'

red 229 ◦ green 206 ◦ blue 215

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

Shades of Prim #E5CED7

Tints of Prim #E5CED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.08%

R = 35.23%
G = 31.69%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E5CED7 (or 0xE5CED7) is known color: Prim. HEX triplet: E5, CE and D7. RGB value is (229,206,215). Sum of RGB (Red+Green+Blue) = 229+206+215=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CED7 is #1A3128. Grayscale: #D5D5D5. Windows color (decimal): -1716521 or 14143205. OLE color: 14143205.

HSL color Cylindrical-coordinate representation of color #E5CED7: hue angle of 336.52º 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 #E5CED7 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 206 215 -
CMYK 0 0.10 0.06 0.10
HSL 336.52º 0.31% 0.85% -
HSV(B) 336.52º 0.1% 0.9% -
XYZ 66.65 65.71 73.46 -
YUV 213.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 229 206 215 0 0.10 0.06 0.10 336.52 0.31 0.85
Hex E5 CE D7 0 A 6 A 151 1F 55
Octal 345 316 327 0 12 6 12 521 37 125
Binary 11100101 11001110 11010111 0 1010 110 1010 101010001 11111 1010101

Color Harmonies of #E5CED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CED7

Black with #E5CED7

Text Example


Text Example

White with #E5CED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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