Html Css Color HEX #DBEBE2 White Ice

📋 copy color: '#DBEBE2'

red 219 ◦ green 235 ◦ blue 226

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

Shades of White Ice #DBEBE2

Tints of White Ice #DBEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.56%

 BLUE value IS 226 (88.67% from 255) = 33.24%

R = 32.21%
G = 34.56%
B = 33.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#DBEBE2 (or 0xDBEBE2) is known color: White Ice. HEX triplet: DB, EB and E2. RGB value is (219,235,226). Sum of RGB (Red+Green+Blue) = 219+235+226=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBE2 is #24141D. Grayscale: #E5E5E5. Windows color (decimal): -2364446 or 14871515. OLE color: 14871515.

HSL color Cylindrical-coordinate representation of color #DBEBE2: hue angle of 146.25º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBEBE2 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 226 -
CMYK 0.07 0 0.04 0.08
HSL 146.25º 0.29% 0.89% -
HSV(B) 146.25º 0.07% 0.92% -
XYZ 72.65 79.97 83.56 -
YUV 229.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 219 235 226 0.07 0 0.04 0.08 146.25 0.29 0.89
Hex DB EB E2 7 0 4 8 92 1D 59
Octal 333 353 342 7 0 4 10 222 35 131
Binary 11011011 11101011 11100010 111 0 100 1000 10010010 11101 1011001

Color Harmonies of #DBEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBE2

Black with #DBEBE2

Text Example


Text Example

White with #DBEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBE2; }

 p { color: rgb(219,235,226); }

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

background-color css

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

 a { background-color: rgb(219,235,226); }

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

border-color css

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

 span { border-color: rgb(219,235,226); }

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