Html Css Color HEX #DBEFE4 White Ice

📋 copy color: '#DBEFE4'

red 219 ◦ green 239 ◦ blue 228

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

Shades of White Ice #DBEFE4

Tints of White Ice #DBEFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.24%

R = 31.92%
G = 34.84%
B = 33.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#DBEFE4 (or 0xDBEFE4) is known color: White Ice. HEX triplet: DB, EF and E4. RGB value is (219,239,228). Sum of RGB (Red+Green+Blue) = 219+239+228=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFE4 is #24101B. Grayscale: #E7E7E7. Windows color (decimal): -2363420 or 15003611. OLE color: 15003611.

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

Color convert

RGB 219 239 228 -
CMYK 0.08 0 0.05 0.06
HSL 147º 0.38% 0.9% -
HSV(B) 147º 0.08% 0.94% -
XYZ 74.08 82.39 85.4 -
YUV 231.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 219 239 228 0.08 0 0.05 0.06 147 0.38 0.9
Hex DB EF E4 8 0 5 6 93 26 5A
Octal 333 357 344 10 0 5 6 223 46 132
Binary 11011011 11101111 11100100 1000 0 101 110 10010011 100110 1011010

Color Harmonies of #DBEFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFE4

Black with #DBEFE4

Text Example


Text Example

White with #DBEFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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