Html Css Color HEX #E7CDD6 Prim

📋 copy color: '#E7CDD6'

red 231 ◦ green 205 ◦ blue 214

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

Shades of Prim #E7CDD6

Tints of Prim #E7CDD6

RGB

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

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

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

R = 35.54%
G = 31.54%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E7CDD6 (or 0xE7CDD6) is known color: Prim. HEX triplet: E7, CD and D6. RGB value is (231,205,214). Sum of RGB (Red+Green+Blue) = 231+205+214=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDD6 is #183229. Grayscale: #D5D5D5. Windows color (decimal): -1585706 or 14077415. OLE color: 14077415.

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

Color convert

RGB 231 205 214 -
CMYK 0 0.11 0.07 0.09
HSL 339.23º 0.35% 0.85% -
HSV(B) 339.23º 0.11% 0.91% -
XYZ 66.92 65.51 72.74 -
YUV 213.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 231 205 214 0 0.11 0.07 0.09 339.23 0.35 0.85
Hex E7 CD D6 0 B 7 9 153 23 55
Octal 347 315 326 0 13 7 11 523 43 125
Binary 11100111 11001101 11010110 0 1011 111 1001 101010011 100011 1010101

Color Harmonies of #E7CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CDD6

Black with #E7CDD6

Text Example


Text Example

White with #E7CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CDD6; }

 p { color: rgb(231,205,214); }

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

background-color css

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

 a { background-color: rgb(231,205,214); }

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

border-color css

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

 span { border-color: rgb(231,205,214); }

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