#D5CBED

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

Shades of Fog #D5CBED

Tints of Fog #D5CBED

Color information

#D5CBED (or 0xD5CBED) is unknown color: approx Fog. HEX triplet: D5, CB and ED. RGB value is (213,203,237). Sum of RGB (Red+Green+Blue) = 213+203+237=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBED is #2A3412. Grayscale: #D1D1D1. Windows color (decimal): -2765843 or 15584213. OLE color: 15584213.

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

Color convert

RGB213203237-
CMYK0.100.1400.07
HSL257.65º48.57%86.27%-
HSV(B)257.65º14.35%92.94%-
XYZ64.0862.9788.9-
YUV209.87143.31130.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.62%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=32.62%
G=31.09%
B=36.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132032370.100.1400.07257.6548.5786.27
HexD5CBEDAE071023156
Octal32531335512160740261126
Binary1101010111001011111011011010111001111000000101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBED; }

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

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

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

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

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

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

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

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