Html Css Color HEX #DBC7FA Fog

📋 copy color: '#DBC7FA'

red 219 ◦ green 199 ◦ blue 250

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

Shades of Fog #DBC7FA

Tints of Fog #DBC7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.79%

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

R = 32.78%
G = 29.79%
B = 37.43%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBC7FA (or 0xDBC7FA) is known color: Fog. HEX triplet: DB, C7 and FA. RGB value is (219,199,250). Sum of RGB (Red+Green+Blue) = 219+199+250=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBC7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC7FA is #243805. Grayscale: #D2D2D2. Windows color (decimal): -2373638 or 16435163. OLE color: 16435163.

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

Color convert

RGB 219 199 250 -
CMYK 0.12 0.20 0 0.02
HSL 263.53º 0.84% 0.88% -
HSV(B) 263.53º 0.2% 0.98% -
XYZ 66.89 62.81 99.04 -
YUV 210.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 219 199 250 0.12 0.20 0 0.02 263.53 0.84 0.88
Hex DB C7 FA C 14 0 2 108 54 58
Octal 333 307 372 14 24 0 2 410 124 130
Binary 11011011 11000111 11111010 1100 10100 0 10 100001000 1010100 1011000

Color Harmonies of #DBC7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC7FA

Black with #DBC7FA

Text Example


Text Example

White with #DBC7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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