#D5CBEE

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

Shades of Fog #D5CBEE

Tints of Fog #D5CBEE

Color information

#D5CBEE (or 0xD5CBEE) is unknown color: approx Fog. HEX triplet: D5, CB and EE. RGB value is (213,203,238). Sum of RGB (Red+Green+Blue) = 213+203+238=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 203 (79.69% from 255 or 31.04% 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 #D5CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBEE is #2A3411. Grayscale: #D1D1D1. Windows color (decimal): -2765842 or 15649749. OLE color: 15649749.

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

Color convert

RGB213203238-
CMYK0.110.1500.07
HSL257.14º50.72%86.47%-
HSV(B)257.14º14.71%93.33%-
XYZ64.2363.0389.67-
YUV209.98143.81130.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.57%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=32.57%
G=31.04%
B=36.39%

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
Decimal2132032380.110.1500.07257.1450.7286.47
HexD5CBEEBF071013356
Octal32531335613170740163126
Binary1101010111001011111011101011111101111000000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBEE; }

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

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

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

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

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

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

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

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