Html Css Color HEX #DBBEF2 Fog

📋 copy color: '#DBBEF2'

red 219 ◦ green 190 ◦ blue 242

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

Shades of Fog #DBBEF2

Tints of Fog #DBBEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.19%

 BLUE value IS 242 (94.92% from 255) = 37.17%

R = 33.64%
G = 29.19%
B = 37.17%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBBEF2 (or 0xDBBEF2) is known color: Fog. HEX triplet: DB, BE and F2. RGB value is (219,190,242). Sum of RGB (Red+Green+Blue) = 219+190+242=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEF2 is #24410D. Grayscale: #CCCCCC. Windows color (decimal): -2375950 or 15908571. OLE color: 15908571.

HSL color Cylindrical-coordinate representation of color #DBBEF2: hue angle of 273.46º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBEF2 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 190 242 -
CMYK 0.10 0.21 0 0.05
HSL 273.46º 0.67% 0.85% -
HSV(B) 273.46º 0.21% 0.95% -
XYZ 63.65 58.3 91.9 -
YUV 204.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 219 190 242 0.10 0.21 0 0.05 273.46 0.67 0.85
Hex DB BE F2 A 15 0 5 111 43 55
Octal 333 276 362 12 25 0 5 421 103 125
Binary 11011011 10111110 11110010 1010 10101 0 101 100010001 1000011 1010101

Color Harmonies of #DBBEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBEF2

Black with #DBBEF2

Text Example


Text Example

White with #DBBEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBEF2; }

 p { color: rgb(219,190,242); }

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

background-color css

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

 a { background-color: rgb(219,190,242); }

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

border-color css

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

 span { border-color: rgb(219,190,242); }

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