Html Css Color HEX #DBF9EB White Ice

📋 copy color: '#DBF9EB'

red 219 ◦ green 249 ◦ blue 235

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

Shades of White Ice #DBF9EB

Tints of White Ice #DBF9EB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.42%

 BLUE value IS 235 (92.19% from 255) = 33.43%

R = 31.15%
G = 35.42%
B = 33.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#DBF9EB (or 0xDBF9EB) is known color: White Ice. HEX triplet: DB, F9 and EB. RGB value is (219,249,235). Sum of RGB (Red+Green+Blue) = 219+249+235=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF9EB is #240614. Grayscale: #EEEEEE. Windows color (decimal): -2360853 or 15464923. OLE color: 15464923.

HSL color Cylindrical-coordinate representation of color #DBF9EB: hue angle of 152º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF9EB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 235 -
CMYK 0.12 0 0.06 0.02
HSL 152º 0.71% 0.92% -
HSV(B) 152º 0.12% 0.98% -
XYZ 78.08 88.81 91.62 -
YUV 238.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 219 249 235 0.12 0 0.06 0.02 152 0.71 0.92
Hex DB F9 EB C 0 6 2 98 47 5C
Octal 333 371 353 14 0 6 2 230 107 134
Binary 11011011 11111001 11101011 1100 0 110 10 10011000 1000111 1011100

Color Harmonies of #DBF9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9EB

Black with #DBF9EB

Text Example


Text Example

White with #DBF9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9EB; }

 p { color: rgb(219,249,235); }

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

background-color css

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

 a { background-color: rgb(219,249,235); }

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

border-color css

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

 span { border-color: rgb(219,249,235); }

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