#D7CAEE

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

Shades of Fog #D7CAEE

Tints of Fog #D7CAEE

Color information

#D7CAEE (or 0xD7CAEE) is unknown color: approx Fog. HEX triplet: D7, CA and EE. RGB value is (215,202,238). Sum of RGB (Red+Green+Blue) = 215+202+238=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CAEE is #283511. Grayscale: #D1D1D1. Windows color (decimal): -2635026 or 15649495. OLE color: 15649495.

HSL color Cylindrical-coordinate representation of color #D7CAEE: hue angle of 261.67º 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 #D7CAEE is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215202238-
CMYK0.100.1500.07
HSL261.67º51.43%86.27%-
HSV(B)261.67º15.13%93.33%-
XYZ64.5862.8689.62-
YUV209.99143.81131.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.82%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=32.82%
G=30.84%
B=36.34%

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
Decimal2152022380.100.1500.07261.6751.4386.27
HexD7CAEEAF071063356
Octal32731235612170740663126
Binary1101011111001010111011101010111101111000001101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAEE; }

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

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

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

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

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

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

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

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