Html Css Color HEX #DBC9EE Fog

📋 copy color: '#DBC9EE'

red 219 ◦ green 201 ◦ blue 238

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

Shades of Fog #DBC9EE

Tints of Fog #DBC9EE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.55%

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

R = 33.28%
G = 30.55%
B = 36.17%

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

#DBC9EE (or 0xDBC9EE) is known color: Fog. HEX triplet: DB, C9 and EE. RGB value is (219,201,238). Sum of RGB (Red+Green+Blue) = 219+201+238=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC9EE is #243611. Grayscale: #D2D2D2. Windows color (decimal): -2373138 or 15649243. OLE color: 15649243.

HSL color Cylindrical-coordinate representation of color #DBC9EE: hue angle of 269.19º degrees, saturation: 0.52, 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 #DBC9EE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 201 238 -
CMYK 0.08 0.16 0 0.07
HSL 269.19º 0.52% 0.86% -
HSV(B) 269.19º 0.16% 0.93% -
XYZ 65.53 63.01 89.6 -
YUV 210.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 219 201 238 0.08 0.16 0 0.07 269.19 0.52 0.86
Hex DB C9 EE 8 10 0 7 10D 34 56
Octal 333 311 356 10 20 0 7 415 64 126
Binary 11011011 11001001 11101110 1000 10000 0 111 100001101 110100 1010110

Color Harmonies of #DBC9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC9EE

Black with #DBC9EE

Text Example


Text Example

White with #DBC9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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