Html Css Color HEX #E7CEDA Prim

📋 copy color: '#E7CEDA'

red 231 ◦ green 206 ◦ blue 218

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

Shades of Prim #E7CEDA

Tints of Prim #E7CEDA

RGB

 RED value IS 231 (90.63% from 255) = 35.27%

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

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

R = 35.27%
G = 31.45%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E7CEDA (or 0xE7CEDA) is known color: Prim. HEX triplet: E7, CE and DA. RGB value is (231,206,218). Sum of RGB (Red+Green+Blue) = 231+206+218=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CEDA is #183125. Grayscale: #D6D6D6. Windows color (decimal): -1585446 or 14339815. OLE color: 14339815.

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

Color convert

RGB 231 206 218 -
CMYK 0 0.11 0.06 0.09
HSL 331.2º 0.34% 0.86% -
HSV(B) 331.2º 0.11% 0.91% -
XYZ 67.68 66.19 75.54 -
YUV 214.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 231 206 218 0 0.11 0.06 0.09 331.2 0.34 0.86
Hex E7 CE DA 0 B 6 9 14B 22 56
Octal 347 316 332 0 13 6 11 513 42 126
Binary 11100111 11001110 11011010 0 1011 110 1001 101001011 100010 1010110

Color Harmonies of #E7CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CEDA

Black with #E7CEDA

Text Example


Text Example

White with #E7CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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