Html Css Color HEX #DBEFB8 Snow Flurry

📋 copy color: '#DBEFB8'

red 219 ◦ green 239 ◦ blue 184

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

Shades of Snow Flurry #DBEFB8

Tints of Snow Flurry #DBEFB8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.23%

 BLUE value IS 184 (72.27% from 255) = 28.66%

R = 34.11%
G = 37.23%
B = 28.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#DBEFB8 (or 0xDBEFB8) is known color: Snow Flurry. HEX triplet: DB, EF and B8. RGB value is (219,239,184). Sum of RGB (Red+Green+Blue) = 219+239+184=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 184 (72.27% from 255 or 28.66% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFB8 is #241047. Grayscale: #E2E2E2. Windows color (decimal): -2363464 or 12120027. OLE color: 12120027.

HSL color Cylindrical-coordinate representation of color #DBEFB8: hue angle of 81.82º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBEFB8 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 184 -
CMYK 0.08 0 0.23 0.06
HSL 81.82º 0.63% 0.83% -
HSV(B) 81.82º 0.23% 0.94% -
XYZ 68.73 80.25 57.22 -
YUV 226.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 219 239 184 0.08 0 0.23 0.06 81.82 0.63 0.83
Hex DB EF B8 8 0 17 6 52 3F 53
Octal 333 357 270 10 0 27 6 122 77 123
Binary 11011011 11101111 10111000 1000 0 10111 110 1010010 111111 1010011

Color Harmonies of #DBEFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFB8

Black with #DBEFB8

Text Example


Text Example

White with #DBEFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFB8; }

 p { color: rgb(219,239,184); }

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

background-color css

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

 a { background-color: rgb(219,239,184); }

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

border-color css

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

 span { border-color: rgb(219,239,184); }

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