Html Css Color HEX #DBC8EE Fog

📋 copy color: '#DBC8EE'

red 219 ◦ green 200 ◦ blue 238

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

Shades of Fog #DBC8EE

Tints of Fog #DBC8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.44%

 BLUE value IS 238 (93.36% from 255) = 36.23%

R = 33.33%
G = 30.44%
B = 36.23%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBC8EE (or 0xDBC8EE) is known color: Fog. HEX triplet: DB, C8 and EE. RGB value is (219,200,238). Sum of RGB (Red+Green+Blue) = 219+200+238=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC8EE is #243711. Grayscale: #D1D1D1. Windows color (decimal): -2373394 or 15648987. OLE color: 15648987.

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

Color convert

RGB 219 200 238 -
CMYK 0.08 0.16 0 0.07
HSL 270º 0.53% 0.86% -
HSV(B) 270º 0.16% 0.93% -
XYZ 65.3 62.54 89.52 -
YUV 210.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 219 200 238 0.08 0.16 0 0.07 270 0.53 0.86
Hex DB C8 EE 8 10 0 7 10E 35 56
Octal 333 310 356 10 20 0 7 416 65 126
Binary 11011011 11001000 11101110 1000 10000 0 111 100001110 110101 1010110

Color Harmonies of #DBC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC8EE

Black with #DBC8EE

Text Example


Text Example

White with #DBC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC8EE; }

 p { color: rgb(219,200,238); }

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

background-color css

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

 a { background-color: rgb(219,200,238); }

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

border-color css

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

 span { border-color: rgb(219,200,238); }

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