Html Css Color HEX #DBC5ED Fog

📋 copy color: '#DBC5ED'

red 219 ◦ green 197 ◦ blue 237

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

Shades of Fog #DBC5ED

Tints of Fog #DBC5ED

RGB

 RED value IS 219 (85.94% from 255) = 33.54%

 GREEN value IS 197 (77.34% from 255) = 30.17%

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 33.54%
G = 30.17%
B = 36.29%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBC5ED (or 0xDBC5ED) is known color: Fog. HEX triplet: DB, C5 and ED. RGB value is (219,197,237). Sum of RGB (Red+Green+Blue) = 219+197+237=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 197 (77.34% from 255 or 30.17% 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 #DBC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC5ED is #243A12. Grayscale: #D0D0D0. Windows color (decimal): -2374163 or 15582683. OLE color: 15582683.

HSL color Cylindrical-coordinate representation of color #DBC5ED: hue angle of 273º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC5ED is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 197 237 -
CMYK 0.08 0.17 0 0.07
HSL 273º 0.53% 0.85% -
HSV(B) 273º 0.17% 0.93% -
XYZ 64.47 61.11 88.52 -
YUV 208.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 219 197 237 0.08 0.17 0 0.07 273 0.53 0.85
Hex DB C5 ED 8 11 0 7 111 35 55
Octal 333 305 355 10 21 0 7 421 65 125
Binary 11011011 11000101 11101101 1000 10001 0 111 100010001 110101 1010101

Color Harmonies of #DBC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC5ED

Black with #DBC5ED

Text Example


Text Example

White with #DBC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC5ED; }

 p { color: rgb(219,197,237); }

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

background-color css

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

 a { background-color: rgb(219,197,237); }

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

border-color css

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

 span { border-color: rgb(219,197,237); }

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