#D6CAEE

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

Shades of Fog #D6CAEE

Tints of Fog #D6CAEE

Color information

#D6CAEE (or 0xD6CAEE) is unknown color: approx Fog. HEX triplet: D6, CA and EE. RGB value is (214,202,238). Sum of RGB (Red+Green+Blue) = 214+202+238=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAEE is #293511. Grayscale: #D1D1D1. Windows color (decimal): -2700562 or 15649494. OLE color: 15649494.

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

Color convert

RGB214202238-
CMYK0.100.1500.07
HSL260º51.43%86.27%-
HSV(B)260º15.13%93.33%-
XYZ64.2862.7189.61-
YUV209.69143.98131.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.72%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=32.72%
G=30.89%
B=36.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142022380.100.1500.0726051.4386.27
HexD6CAEEAF071043356
Octal32631235612170740463126
Binary1101011011001010111011101010111101111000001001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAEE; }

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

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

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

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

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

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

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

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