Html Css Color HEX #E9CBD6 Prim

📋 copy color: '#E9CBD6'

red 233 ◦ green 203 ◦ blue 214

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

Shades of Prim #E9CBD6

Tints of Prim #E9CBD6

RGB

 RED value IS 233 (91.41% from 255) = 35.85%

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

 BLUE value IS 214 (83.98% from 255) = 32.92%

R = 35.85%
G = 31.23%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E9CBD6 (or 0xE9CBD6) is known color: Prim. HEX triplet: E9, CB and D6. RGB value is (233,203,214). Sum of RGB (Red+Green+Blue) = 233+203+214=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBD6 is #163429. Grayscale: #D5D5D5. Windows color (decimal): -1455146 or 14076905. OLE color: 14076905.

HSL color Cylindrical-coordinate representation of color #E9CBD6: hue angle of 338º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CBD6 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 203 214 -
CMYK 0 0.13 0.08 0.09
HSL 338º 0.41% 0.85% -
HSV(B) 338º 0.13% 0.91% -
XYZ 67.1 64.89 72.61 -
YUV 213.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 233 203 214 0 0.13 0.08 0.09 338 0.41 0.85
Hex E9 CB D6 0 D 8 9 152 29 55
Octal 351 313 326 0 15 10 11 522 51 125
Binary 11101001 11001011 11010110 0 1101 1000 1001 101010010 101001 1010101

Color Harmonies of #E9CBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CBD6

Black with #E9CBD6

Text Example


Text Example

White with #E9CBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CBD6; }

 p { color: rgb(233,203,214); }

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

background-color css

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

 a { background-color: rgb(233,203,214); }

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

border-color css

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

 span { border-color: rgb(233,203,214); }

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