Html Css Color HEX #DBFFED White Ice

📋 copy color: '#DBFFED'

red 219 ◦ green 255 ◦ blue 237

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

Shades of White Ice #DBFFED

Tints of White Ice #DBFFED

RGB

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

 GREEN value IS 255 (100% from 255) = 35.86%

 BLUE value IS 237 (92.97% from 255) = 33.33%

R = 30.8%
G = 35.86%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#DBFFED (or 0xDBFFED) is known color: White Ice. HEX triplet: DB, FF and ED. RGB value is (219,255,237). Sum of RGB (Red+Green+Blue) = 219+255+237=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFED is #240012. Grayscale: #F2F2F2. Windows color (decimal): -2359315 or 15597531. OLE color: 15597531.

HSL color Cylindrical-coordinate representation of color #DBFFED: hue angle of 150º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFED is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 237 -
CMYK 0.14 0 0.07 0
HSL 150º 1% 0.93% -
HSV(B) 150º 0.14% 1% -
XYZ 80.26 92.69 93.78 -
YUV 242.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 219 255 237 0.14 0 0.07 0 150 1 0.93
Hex DB FF ED E 0 7 0 96 64 5D
Octal 333 377 355 16 0 7 0 226 144 135
Binary 11011011 11111111 11101101 1110 0 111 0 10010110 1100100 1011101

Color Harmonies of #DBFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFED

Black with #DBFFED

Text Example


Text Example

White with #DBFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFED; }

 p { color: rgb(219,255,237); }

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

background-color css

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

 a { background-color: rgb(219,255,237); }

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

border-color css

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

 span { border-color: rgb(219,255,237); }

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