#D5CCEE

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

Shades of Fog #D5CCEE

Tints of Fog #D5CCEE

Color information

#D5CCEE (or 0xD5CCEE) is unknown color: approx Fog. HEX triplet: D5, CC and EE. RGB value is (213,204,238). Sum of RGB (Red+Green+Blue) = 213+204+238=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 204 (80.08% from 255 or 31.15% 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 #D5CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCEE is #2A3311. Grayscale: #D2D2D2. Windows color (decimal): -2765586 or 15650005. OLE color: 15650005.

HSL color Cylindrical-coordinate representation of color #D5CCEE: hue angle of 255.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5CCEE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213204238-
CMYK0.110.1400.07
HSL255.88º50%86.67%-
HSV(B)255.88º14.29%93.33%-
XYZ64.4763.589.75-
YUV210.57143.48129.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.52%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=32.52%
G=31.15%
B=36.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132042380.110.1400.07255.885086.67
HexD5CCEEBE071003257
Octal32531435613160740062127
Binary1101010111001100111011101011111001111000000001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCEE; }

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

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

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

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

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

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

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

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