#D6CAF5

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

Shades of Fog #D6CAF5

Tints of Fog #D6CAF5

Color information

#D6CAF5 (or 0xD6CAF5) is unknown color: approx Fog. HEX triplet: D6, CA and F5. RGB value is (214,202,245). Sum of RGB (Red+Green+Blue) = 214+202+245=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 245 (96.09% from 255 or 37.07% from 661); Max value from RGB is 245 - color contains mainly: blue. Hex color #D6CAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAF5 is #29350A. Grayscale: #D2D2D2. Windows color (decimal): -2700555 or 16108246. OLE color: 16108246.

HSL color Cylindrical-coordinate representation of color #D6CAF5: hue angle of 256.74º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6CAF5 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB214202245-
CMYK0.130.1800.04
HSL256.74º68.25%87.65%-
HSV(B)256.74º17.55%96.08%-
XYZ65.3363.1395.13-
YUV210.49147.48130.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.38%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 245 (96.09% from 255) = 37.07%
R=32.38%
G=30.56%
B=37.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142022450.130.1800.04256.7468.2587.65
HexD6CAF5D12041014458
Octal326312365152204401104130
Binary110101101100101011110101110110010010010000000110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAF5; }

 p { color: rgb(214,202,245); }

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

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

 a { background-color: rgb(214,202,245); }

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

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

 span { border-color: rgb(214,202,245); }

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