#D5CBEB

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

Shades of Fog #D5CBEB

Tints of Fog #D5CBEB

Color information

#D5CBEB (or 0xD5CBEB) is unknown color: approx Fog. HEX triplet: D5, CB and EB. RGB value is (213,203,235). Sum of RGB (Red+Green+Blue) = 213+203+235=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBEB is #2A3414. Grayscale: #D1D1D1. Windows color (decimal): -2765845 or 15453141. OLE color: 15453141.

HSL color Cylindrical-coordinate representation of color #D5CBEB: hue angle of 258.75º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5CBEB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213203235-
CMYK0.090.1400.08
HSL258.75º44.44%85.88%-
HSV(B)258.75º13.62%92.16%-
XYZ63.7962.8687.37-
YUV209.64142.31130.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.72%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=32.72%
G=31.18%
B=36.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132032350.090.1400.08258.7544.4485.88
HexD5CBEB9E081032c56
Octal325313353111601040354126
Binary11010101110010111110101110011110010001000000111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBEB; }

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

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

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

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

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

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

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

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