#D7CAE1

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

Shades of Fog #D7CAE1

Tints of Fog #D7CAE1

Color information

#D7CAE1 (or 0xD7CAE1) is unknown color: approx Fog. HEX triplet: D7, CA and E1. RGB value is (215,202,225). Sum of RGB (Red+Green+Blue) = 215+202+225=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CAE1 is #28351E. Grayscale: #D0D0D0. Windows color (decimal): -2635039 or 14797527. OLE color: 14797527.

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

Color convert

RGB215202225-
CMYK0.040.1000.12
HSL273.91º27.71%83.73%-
HSV(B)273.91º10.22%88.24%-
XYZ62.7462.1279.92-
YUV208.51137.31132.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.49%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=33.49%
G=31.46%
B=35.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152022250.040.1000.12273.9127.7183.73
HexD7CAE14A0C1121c54
Octal32731234141201442234124
Binary110101111100101011100001100101001100100010010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAE1; }

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

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

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

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

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

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

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

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