#D7CCE1

Color #D7CCE1 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #D7CCE1

Tints of Fog #D7CCE1

Color information

#D7CCE1 (or 0xD7CCE1) is unknown color: approx Fog. HEX triplet: D7, CC and E1. RGB value is (215,204,225). Sum of RGB (Red+Green+Blue) = 215+204+225=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCE1 is #28331E. Grayscale: #D1D1D1. Windows color (decimal): -2634527 or 14798039. OLE color: 14798039.

HSL color Cylindrical-coordinate representation of color #D7CCE1: hue angle of 271.43º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7CCE1 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215204225-
CMYK0.040.0900.12
HSL271.43º25.93%84.12%-
HSV(B)271.43º9.33%88.24%-
XYZ63.2163.0780.08-
YUV209.68136.64131.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.39%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 225 (88.28% from 255) = 34.94%
R=33.39%
G=31.68%
B=34.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152042250.040.0900.12271.4325.9384.12
HexD7CCE1490C10f1a54
Octal32731434141101441732124
Binary110101111100110011100001100100101100100001111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCE1; }

 p { color: rgb(215,204,225); }

 H1.HeaderClassName
 {
   color: #D7CCE1;
 }
 .AnyTagClassName
 {
   color: #D7CCE1;
 }
</style>
background-color css

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

 a { background-color: rgb(215,204,225); }

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

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

 span { border-color: rgb(215,204,225); }

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