Html Css Color HEX #DBC7EC Fog

📋 copy color: '#DBC7EC'

red 219 ◦ green 199 ◦ blue 236

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

Shades of Fog #DBC7EC

Tints of Fog #DBC7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.09%

R = 33.49%
G = 30.43%
B = 36.09%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBC7EC (or 0xDBC7EC) is known color: Fog. HEX triplet: DB, C7 and EC. RGB value is (219,199,236). Sum of RGB (Red+Green+Blue) = 219+199+236=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC7EC is #243813. Grayscale: #D1D1D1. Windows color (decimal): -2373652 or 15517659. OLE color: 15517659.

HSL color Cylindrical-coordinate representation of color #DBC7EC: hue angle of 272.43º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBC7EC is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 199 236 -
CMYK 0.07 0.16 0 0.07
HSL 272.43º 0.49% 0.85% -
HSV(B) 272.43º 0.16% 0.93% -
XYZ 64.78 61.96 87.9 -
YUV 209.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 219 199 236 0.07 0.16 0 0.07 272.43 0.49 0.85
Hex DB C7 EC 7 10 0 7 110 31 55
Octal 333 307 354 7 20 0 7 420 61 125
Binary 11011011 11000111 11101100 111 10000 0 111 100010000 110001 1010101

Color Harmonies of #DBC7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC7EC

Black with #DBC7EC

Text Example


Text Example

White with #DBC7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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