#D7CAEC

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

Shades of Fog #D7CAEC

Tints of Fog #D7CAEC

Color information

#D7CAEC (or 0xD7CAEC) is unknown color: approx Fog. HEX triplet: D7, CA and EC. RGB value is (215,202,236). Sum of RGB (Red+Green+Blue) = 215+202+236=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CAEC is #283513. Grayscale: #D1D1D1. Windows color (decimal): -2635028 or 15518423. OLE color: 15518423.

HSL color Cylindrical-coordinate representation of color #D7CAEC: hue angle of 262.94º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7CAEC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215202236-
CMYK0.090.1400.07
HSL262.94º47.22%85.88%-
HSV(B)262.94º14.41%92.55%-
XYZ64.2962.7488.08-
YUV209.76142.81131.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.92%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=32.92%
G=30.93%
B=36.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152022360.090.1400.07262.9447.2285.88
HexD7CAEC9E071072f56
Octal32731235411160740757126
Binary1101011111001010111011001001111001111000001111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAEC; }

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

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

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

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

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

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

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

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