Html Css Color HEX #D5B9EB Fog

📋 copy color: '#D5B9EB'

red 213 ◦ green 185 ◦ blue 235

#D5B9EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #D5B9EB

Tints of Fog #D5B9EB

RGB

 RED value IS 213 (83.59% from 255) = 33.65%

 GREEN value IS 185 (72.66% from 255) = 29.23%

 BLUE value IS 235 (92.19% from 255) = 37.12%

R = 33.65%
G = 29.23%
B = 37.12%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5B9EB (or 0xD5B9EB) is known color: Fog. HEX triplet: D5, B9 and EB. RGB value is (213,185,235). Sum of RGB (Red+Green+Blue) = 213+185+235=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B9EB is #2A4614. Grayscale: #C6C6C6. Windows color (decimal): -2770453 or 15448533. OLE color: 15448533.

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

Color convert

RGB 213 185 235 -
CMYK 0.09 0.21 0 0.08
HSL 273.6º 0.56% 0.82% -
HSV(B) 273.6º 0.21% 0.92% -
XYZ 59.78 54.84 86.03 -
YUV 199.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 213 185 235 0.09 0.21 0 0.08 273.6 0.56 0.82
Hex D5 B9 EB 9 15 0 8 112 38 52
Octal 325 271 353 11 25 0 10 422 70 122
Binary 11010101 10111001 11101011 1001 10101 0 1000 100010010 111000 1010010

Color Harmonies of #D5B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B9EB

Black with #D5B9EB

Text Example


Text Example

White with #D5B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B9EB; }

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

 H1.HeaderClassName
 {
   color: #D5B9EB;
 }
 .AnyTagClassName
 {
   color: #D5B9EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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