Html Css Color HEX #E5CBDA Prim

📋 copy color: '#E5CBDA'

red 229 ◦ green 203 ◦ blue 218

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

Shades of Prim #E5CBDA

Tints of Prim #E5CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.23%

 BLUE value IS 218 (85.55% from 255) = 33.54%

R = 35.23%
G = 31.23%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E5CBDA (or 0xE5CBDA) is known color: Prim. HEX triplet: E5, CB and DA. RGB value is (229,203,218). Sum of RGB (Red+Green+Blue) = 229+203+218=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBDA is #1A3425. Grayscale: #D4D4D4. Windows color (decimal): -1717286 or 14339045. OLE color: 14339045.

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

Color convert

RGB 229 203 218 -
CMYK 0 0.11 0.05 0.10
HSL 325.38º 0.33% 0.85% -
HSV(B) 325.38º 0.11% 0.9% -
XYZ 66.32 64.43 75.27 -
YUV 212.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 229 203 218 0 0.11 0.05 0.10 325.38 0.33 0.85
Hex E5 CB DA 0 B 5 A 145 21 55
Octal 345 313 332 0 13 5 12 505 41 125
Binary 11100101 11001011 11011010 0 1011 101 1010 101000101 100001 1010101

Color Harmonies of #E5CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CBDA

Black with #E5CBDA

Text Example


Text Example

White with #E5CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CBDA; }

 p { color: rgb(229,203,218); }

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

background-color css

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

 a { background-color: rgb(229,203,218); }

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

border-color css

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

 span { border-color: rgb(229,203,218); }

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