Html Css Color HEX #E7CDD4 Prim

📋 copy color: '#E7CDD4'

red 231 ◦ green 205 ◦ blue 212

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

Shades of Prim #E7CDD4

Tints of Prim #E7CDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.72%

R = 35.65%
G = 31.64%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E7CDD4 (or 0xE7CDD4) is known color: Prim. HEX triplet: E7, CD and D4. RGB value is (231,205,212). Sum of RGB (Red+Green+Blue) = 231+205+212=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDD4 is #18322B. Grayscale: #D5D5D5. Windows color (decimal): -1585708 or 13946343. OLE color: 13946343.

HSL color Cylindrical-coordinate representation of color #E7CDD4: hue angle of 343.85º 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 #E7CDD4 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 205 212 -
CMYK 0 0.11 0.08 0.09
HSL 343.85º 0.35% 0.85% -
HSV(B) 343.85º 0.11% 0.91% -
XYZ 66.67 65.41 71.4 -
YUV 213.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 231 205 212 0 0.11 0.08 0.09 343.85 0.35 0.85
Hex E7 CD D4 0 B 8 9 158 23 55
Octal 347 315 324 0 13 10 11 530 43 125
Binary 11100111 11001101 11010100 0 1011 1000 1001 101011000 100011 1010101

Color Harmonies of #E7CDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CDD4

Black with #E7CDD4

Text Example


Text Example

White with #E7CDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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