#D6CAFA

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

Shades of Fog #D6CAFA

Tints of Fog #D6CAFA

Color information

#D6CAFA (or 0xD6CAFA) is unknown color: approx Fog. HEX triplet: D6, CA and FA. RGB value is (214,202,250). Sum of RGB (Red+Green+Blue) = 214+202+250=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAFA is #293505. Grayscale: #D2D2D2. Windows color (decimal): -2700550 or 16435926. OLE color: 16435926.

HSL color Cylindrical-coordinate representation of color #D6CAFA: hue angle of 255º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6CAFA is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214202250-
CMYK0.140.1900.02
HSL255º82.76%88.63%-
HSV(B)255º19.2%98.04%-
XYZ66.1163.4499.2-
YUV211.06149.98130.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.13%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=32.13%
G=30.33%
B=37.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142022500.140.1900.0225582.7688.63
HexD6CAFAE1302ff5359
Octal326312372162302377123131
Binary1101011011001010111110101110100110101111111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAFA; }

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

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

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

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

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

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

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

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