#D5CAEE

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

Shades of Fog #D5CAEE

Tints of Fog #D5CAEE

Color information

#D5CAEE (or 0xD5CAEE) is unknown color: approx Fog. HEX triplet: D5, CA and EE. RGB value is (213,202,238). Sum of RGB (Red+Green+Blue) = 213+202+238=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAEE is #2A3511. Grayscale: #D1D1D1. Windows color (decimal): -2766098 or 15649493. OLE color: 15649493.

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

Color convert

RGB213202238-
CMYK0.110.1500.07
HSL258.33º51.43%86.27%-
HSV(B)258.33º15.13%93.33%-
XYZ63.9962.5689.59-
YUV209.39144.14130.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.62%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=32.62%
G=30.93%
B=36.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132022380.110.1500.07258.3351.4386.27
HexD5CAEEBF071023356
Octal32531235613170740263126
Binary1101010111001010111011101011111101111000000101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAEE; }

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

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

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

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

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

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

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

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