Html Css Color HEX #DBEFE6 White Ice

📋 copy color: '#DBEFE6'

red 219 ◦ green 239 ◦ blue 230

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

Shades of White Ice #DBEFE6

Tints of White Ice #DBEFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.74%

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

R = 31.83%
G = 34.74%
B = 33.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#DBEFE6 (or 0xDBEFE6) is known color: White Ice. HEX triplet: DB, EF and E6. RGB value is (219,239,230). Sum of RGB (Red+Green+Blue) = 219+239+230=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFE6 is #241019. Grayscale: #E8E8E8. Windows color (decimal): -2363418 or 15134683. OLE color: 15134683.

HSL color Cylindrical-coordinate representation of color #DBEFE6: hue angle of 153º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFE6 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 230 -
CMYK 0.08 0 0.04 0.06
HSL 153º 0.38% 0.9% -
HSV(B) 153º 0.08% 0.94% -
XYZ 74.36 82.51 86.87 -
YUV 231.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 219 239 230 0.08 0 0.04 0.06 153 0.38 0.9
Hex DB EF E6 8 0 4 6 99 26 5A
Octal 333 357 346 10 0 4 6 231 46 132
Binary 11011011 11101111 11100110 1000 0 100 110 10011001 100110 1011010

Color Harmonies of #DBEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFE6

Black with #DBEFE6

Text Example


Text Example

White with #DBEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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