Html Css Color HEX #DBEFE7 White Ice

📋 copy color: '#DBEFE7'

red 219 ◦ green 239 ◦ blue 231

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

Shades of White Ice #DBEFE7

Tints of White Ice #DBEFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.53%

R = 31.79%
G = 34.69%
B = 33.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#DBEFE7 (or 0xDBEFE7) is known color: White Ice. HEX triplet: DB, EF and E7. RGB value is (219,239,231). Sum of RGB (Red+Green+Blue) = 219+239+231=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFE7 is #241018. Grayscale: #E8E8E8. Windows color (decimal): -2363417 or 15200219. OLE color: 15200219.

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

Color convert

RGB 219 239 231 -
CMYK 0.08 0 0.03 0.06
HSL 156º 0.38% 0.9% -
HSV(B) 156º 0.08% 0.94% -
XYZ 74.5 82.56 87.61 -
YUV 232.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 219 239 231 0.08 0 0.03 0.06 156 0.38 0.9
Hex DB EF E7 8 0 3 6 9C 26 5A
Octal 333 357 347 10 0 3 6 234 46 132
Binary 11011011 11101111 11100111 1000 0 11 110 10011100 100110 1011010

Color Harmonies of #DBEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFE7

Black with #DBEFE7

Text Example


Text Example

White with #DBEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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