Html Css Color HEX #E9CDDA Prim

📋 copy color: '#E9CDDA'

red 233 ◦ green 205 ◦ blue 218

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

Shades of Prim #E9CDDA

Tints of Prim #E9CDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.25%

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

R = 35.52%
G = 31.25%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E9CDDA (or 0xE9CDDA) is known color: Prim. HEX triplet: E9, CD and DA. RGB value is (233,205,218). Sum of RGB (Red+Green+Blue) = 233+205+218=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDDA is #163225. Grayscale: #D6D6D6. Windows color (decimal): -1454630 or 14339561. OLE color: 14339561.

HSL color Cylindrical-coordinate representation of color #E9CDDA: hue angle of 332.14º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CDDA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 205 218 -
CMYK 0 0.12 0.06 0.09
HSL 332.14º 0.39% 0.86% -
HSV(B) 332.14º 0.12% 0.91% -
XYZ 68.09 66.05 75.49 -
YUV 214.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 233 205 218 0 0.12 0.06 0.09 332.14 0.39 0.86
Hex E9 CD DA 0 C 6 9 14C 27 56
Octal 351 315 332 0 14 6 11 514 47 126
Binary 11101001 11001101 11011010 0 1100 110 1001 101001100 100111 1010110

Color Harmonies of #E9CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDDA

Black with #E9CDDA

Text Example


Text Example

White with #E9CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDDA; }

 p { color: rgb(233,205,218); }

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

background-color css

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

 a { background-color: rgb(233,205,218); }

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

border-color css

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

 span { border-color: rgb(233,205,218); }

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