Html Css Color HEX #E9CEDA Prim

📋 copy color: '#E9CEDA'

red 233 ◦ green 206 ◦ blue 218

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

Shades of Prim #E9CEDA

Tints of Prim #E9CEDA

RGB

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

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

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

R = 35.46%
G = 31.35%
B = 33.18%

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

#E9CEDA (or 0xE9CEDA) is known color: Prim. HEX triplet: E9, CE and DA. RGB value is (233,206,218). Sum of RGB (Red+Green+Blue) = 233+206+218=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CEDA is #163125. Grayscale: #D7D7D7. Windows color (decimal): -1454374 or 14339817. OLE color: 14339817.

HSL color Cylindrical-coordinate representation of color #E9CEDA: hue angle of 333.33º degrees, saturation: 0.38, 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 #E9CEDA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 206 218 -
CMYK 0 0.12 0.06 0.09
HSL 333.33º 0.38% 0.86% -
HSV(B) 333.33º 0.12% 0.91% -
XYZ 68.33 66.53 75.57 -
YUV 215.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 233 206 218 0 0.12 0.06 0.09 333.33 0.38 0.86
Hex E9 CE DA 0 C 6 9 14D 26 56
Octal 351 316 332 0 14 6 11 515 46 126
Binary 11101001 11001110 11011010 0 1100 110 1001 101001101 100110 1010110

Color Harmonies of #E9CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CEDA

Black with #E9CEDA

Text Example


Text Example

White with #E9CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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