Html Css Color HEX #DBFAEA White Ice

📋 copy color: '#DBFAEA'

red 219 ◦ green 250 ◦ blue 234

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

Shades of White Ice #DBFAEA

Tints of White Ice #DBFAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.29%

R = 31.15%
G = 35.56%
B = 33.29%

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

#DBFAEA (or 0xDBFAEA) is known color: White Ice. HEX triplet: DB, FA and EA. RGB value is (219,250,234). Sum of RGB (Red+Green+Blue) = 219+250+234=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAEA is #240515. Grayscale: #EEEEEE. Windows color (decimal): -2360598 or 15399643. OLE color: 15399643.

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

Color convert

RGB 219 250 234 -
CMYK 0.12 0 0.06 0.02
HSL 149.03º 0.76% 0.92% -
HSV(B) 149.03º 0.12% 0.98% -
XYZ 78.25 89.37 90.97 -
YUV 238.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 219 250 234 0.12 0 0.06 0.02 149.03 0.76 0.92
Hex DB FA EA C 0 6 2 95 4C 5C
Octal 333 372 352 14 0 6 2 225 114 134
Binary 11011011 11111010 11101010 1100 0 110 10 10010101 1001100 1011100

Color Harmonies of #DBFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAEA

Black with #DBFAEA

Text Example


Text Example

White with #DBFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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