Html Css Color HEX #DBC6FA Fog

📋 copy color: '#DBC6FA'

red 219 ◦ green 198 ◦ blue 250

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

Shades of Fog #DBC6FA

Tints of Fog #DBC6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.48%

R = 32.83%
G = 29.69%
B = 37.48%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBC6FA (or 0xDBC6FA) is known color: Fog. HEX triplet: DB, C6 and FA. RGB value is (219,198,250). Sum of RGB (Red+Green+Blue) = 219+198+250=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 198 (77.73% from 255 or 29.69% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC6FA is #243905. Grayscale: #D2D2D2. Windows color (decimal): -2373894 or 16434907. OLE color: 16434907.

HSL color Cylindrical-coordinate representation of color #DBC6FA: hue angle of 264.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC6FA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 198 250 -
CMYK 0.12 0.21 0 0.02
HSL 264.23º 0.84% 0.88% -
HSV(B) 264.23º 0.21% 0.98% -
XYZ 66.66 62.35 98.96 -
YUV 210.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 219 198 250 0.12 0.21 0 0.02 264.23 0.84 0.88
Hex DB C6 FA C 15 0 2 108 54 58
Octal 333 306 372 14 25 0 2 410 124 130
Binary 11011011 11000110 11111010 1100 10101 0 10 100001000 1010100 1011000

Color Harmonies of #DBC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC6FA

Black with #DBC6FA

Text Example


Text Example

White with #DBC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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