Html Css Color HEX #DBF3E6 White Ice

📋 copy color: '#DBF3E6'

red 219 ◦ green 243 ◦ blue 230

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

Shades of White Ice #DBF3E6

Tints of White Ice #DBF3E6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.12%

 BLUE value IS 230 (90.23% from 255) = 33.24%

R = 31.65%
G = 35.12%
B = 33.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#DBF3E6 (or 0xDBF3E6) is known color: White Ice. HEX triplet: DB, F3 and E6. RGB value is (219,243,230). Sum of RGB (Red+Green+Blue) = 219+243+230=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3E6 is #240C19. Grayscale: #EAEAEA. Windows color (decimal): -2362394 or 15135707. OLE color: 15135707.

HSL color Cylindrical-coordinate representation of color #DBF3E6: hue angle of 147.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3E6 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 230 -
CMYK 0.10 0 0.05 0.05
HSL 147.5º 0.5% 0.91% -
HSV(B) 147.5º 0.1% 0.95% -
XYZ 75.55 84.87 87.26 -
YUV 234.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 219 243 230 0.10 0 0.05 0.05 147.5 0.5 0.91
Hex DB F3 E6 A 0 5 5 94 32 5B
Octal 333 363 346 12 0 5 5 224 62 133
Binary 11011011 11110011 11100110 1010 0 101 101 10010100 110010 1011011

Color Harmonies of #DBF3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF3E6

Black with #DBF3E6

Text Example


Text Example

White with #DBF3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF3E6; }

 p { color: rgb(219,243,230); }

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

background-color css

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

 a { background-color: rgb(219,243,230); }

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

border-color css

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

 span { border-color: rgb(219,243,230); }

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