Html Css Color HEX #DBC6E9 Fog

📋 copy color: '#DBC6E9'

red 219 ◦ green 198 ◦ blue 233

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

Shades of Fog #DBC6E9

Tints of Fog #DBC6E9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.46%

 BLUE value IS 233 (91.41% from 255) = 35.85%

R = 33.69%
G = 30.46%
B = 35.85%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBC6E9 (or 0xDBC6E9) is known color: Fog. HEX triplet: DB, C6 and E9. RGB value is (219,198,233). Sum of RGB (Red+Green+Blue) = 219+198+233=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBC6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC6E9 is #243916. Grayscale: #D0D0D0. Windows color (decimal): -2373911 or 15320795. OLE color: 15320795.

HSL color Cylindrical-coordinate representation of color #DBC6E9: hue angle of 276º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBC6E9 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 198 233 -
CMYK 0.06 0.15 0 0.09
HSL 276º 0.44% 0.85% -
HSV(B) 276º 0.15% 0.91% -
XYZ 64.12 61.33 85.55 -
YUV 208.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 219 198 233 0.06 0.15 0 0.09 276 0.44 0.85
Hex DB C6 E9 6 F 0 9 114 2C 55
Octal 333 306 351 6 17 0 11 424 54 125
Binary 11011011 11000110 11101001 110 1111 0 1001 100010100 101100 1010101

Color Harmonies of #DBC6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC6E9

Black with #DBC6E9

Text Example


Text Example

White with #DBC6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC6E9; }

 p { color: rgb(219,198,233); }

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

background-color css

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

 a { background-color: rgb(219,198,233); }

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

border-color css

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

 span { border-color: rgb(219,198,233); }

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