Html Css Color HEX #DBFAEB White Ice

📋 copy color: '#DBFAEB'

red 219 ◦ green 250 ◦ blue 235

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

Shades of White Ice #DBFAEB

Tints of White Ice #DBFAEB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.51%

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

R = 31.11%
G = 35.51%
B = 33.38%

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

#DBFAEB (or 0xDBFAEB) is known color: White Ice. HEX triplet: DB, FA and EB. RGB value is (219,250,235). Sum of RGB (Red+Green+Blue) = 219+250+235=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAEB is #240514. Grayscale: #EFEFEF. Windows color (decimal): -2360597 or 15465179. OLE color: 15465179.

HSL color Cylindrical-coordinate representation of color #DBFAEB: hue angle of 150.97º degrees, saturation: 0.76, 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 #DBFAEB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 235 -
CMYK 0.12 0 0.06 0.02
HSL 150.97º 0.76% 0.92% -
HSV(B) 150.97º 0.12% 0.98% -
XYZ 78.39 89.43 91.73 -
YUV 239.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 219 250 235 0.12 0 0.06 0.02 150.97 0.76 0.92
Hex DB FA EB C 0 6 2 97 4C 5C
Octal 333 372 353 14 0 6 2 227 114 134
Binary 11011011 11111010 11101011 1100 0 110 10 10010111 1001100 1011100

Color Harmonies of #DBFAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAEB

Black with #DBFAEB

Text Example


Text Example

White with #DBFAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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