Html Css Color HEX #DBEBE3 White Ice

📋 copy color: '#DBEBE3'

red 219 ◦ green 235 ◦ blue 227

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

Shades of White Ice #DBEBE3

Tints of White Ice #DBEBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.33%

R = 32.16%
G = 34.51%
B = 33.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#DBEBE3 (or 0xDBEBE3) is known color: White Ice. HEX triplet: DB, EB and E3. RGB value is (219,235,227). Sum of RGB (Red+Green+Blue) = 219+235+227=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBE3 is #24141C. Grayscale: #E5E5E5. Windows color (decimal): -2364445 or 14937051. OLE color: 14937051.

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

Color convert

RGB 219 235 227 -
CMYK 0.07 0 0.03 0.08
HSL 150º 0.29% 0.89% -
HSV(B) 150º 0.07% 0.92% -
XYZ 72.79 80.02 84.28 -
YUV 229.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 219 235 227 0.07 0 0.03 0.08 150 0.29 0.89
Hex DB EB E3 7 0 3 8 96 1D 59
Octal 333 353 343 7 0 3 10 226 35 131
Binary 11011011 11101011 11100011 111 0 11 1000 10010110 11101 1011001

Color Harmonies of #DBEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBE3

Black with #DBEBE3

Text Example


Text Example

White with #DBEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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