Html Css Color HEX #DBF8EF Clear Day

📋 copy color: '#DBF8EF'

red 219 ◦ green 248 ◦ blue 239

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

Shades of Clear Day #DBF8EF

Tints of Clear Day #DBF8EF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.13%

 BLUE value IS 239 (93.75% from 255) = 33.85%

R = 31.02%
G = 35.13%
B = 33.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#DBF8EF (or 0xDBF8EF) is known color: Clear Day. HEX triplet: DB, F8 and EF. RGB value is (219,248,239). Sum of RGB (Red+Green+Blue) = 219+248+239=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8EF is #240710. Grayscale: #EEEEEE. Windows color (decimal): -2361105 or 15726811. OLE color: 15726811.

HSL color Cylindrical-coordinate representation of color #DBF8EF: hue angle of 161.38º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF8EF is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 239 -
CMYK 0.12 0 0.04 0.03
HSL 161.38º 0.67% 0.92% -
HSV(B) 161.38º 0.12% 0.97% -
XYZ 78.36 88.43 94.6 -
YUV 238.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 219 248 239 0.12 0 0.04 0.03 161.38 0.67 0.92
Hex DB F8 EF C 0 4 3 A1 43 5C
Octal 333 370 357 14 0 4 3 241 103 134
Binary 11011011 11111000 11101111 1100 0 100 11 10100001 1000011 1011100

Color Harmonies of #DBF8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF8EF

Black with #DBF8EF

Text Example


Text Example

White with #DBF8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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