Html Css Color HEX #DBC6F6 Fog

📋 copy color: '#DBC6F6'

red 219 ◦ green 198 ◦ blue 246

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

Shades of Fog #DBC6F6

Tints of Fog #DBC6F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.1%

R = 33.03%
G = 29.86%
B = 37.1%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBC6F6 (or 0xDBC6F6) is known color: Fog. HEX triplet: DB, C6 and F6. RGB value is (219,198,246). Sum of RGB (Red+Green+Blue) = 219+198+246=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBC6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC6F6 is #243909. Grayscale: #D1D1D1. Windows color (decimal): -2373898 or 16172763. OLE color: 16172763.

HSL color Cylindrical-coordinate representation of color #DBC6F6: hue angle of 266.25º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC6F6 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 198 246 -
CMYK 0.11 0.20 0 0.04
HSL 266.25º 0.73% 0.87% -
HSV(B) 266.25º 0.2% 0.96% -
XYZ 66.04 62.1 95.69 -
YUV 209.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 219 198 246 0.11 0.20 0 0.04 266.25 0.73 0.87
Hex DB C6 F6 B 14 0 4 10A 49 57
Octal 333 306 366 13 24 0 4 412 111 127
Binary 11011011 11000110 11110110 1011 10100 0 100 100001010 1001001 1010111

Color Harmonies of #DBC6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC6F6

Black with #DBC6F6

Text Example


Text Example

White with #DBC6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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