Html Css Color HEX #DBE7D1 Frostee

📋 copy color: '#DBE7D1'

red 219 ◦ green 231 ◦ blue 209

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

Shades of Frostee #DBE7D1

Tints of Frostee #DBE7D1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.05%

 BLUE value IS 209 (82.03% from 255) = 31.71%

R = 33.23%
G = 35.05%
B = 31.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#DBE7D1 (or 0xDBE7D1) is known color: Frostee. HEX triplet: DB, E7 and D1. RGB value is (219,231,209). Sum of RGB (Red+Green+Blue) = 219+231+209=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7D1 is #24182E. Grayscale: #E0E0E0. Windows color (decimal): -2365487 or 13756379. OLE color: 13756379.

HSL color Cylindrical-coordinate representation of color #DBE7D1: hue angle of 92.73º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE7D1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 209 -
CMYK 0.05 0 0.10 0.09
HSL 92.73º 0.31% 0.86% -
HSV(B) 92.73º 0.1% 0.91% -
XYZ 69.3 76.82 71.5 -
YUV 224.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 219 231 209 0.05 0 0.10 0.09 92.73 0.31 0.86
Hex DB E7 D1 5 0 A 9 5D 1F 56
Octal 333 347 321 5 0 12 11 135 37 126
Binary 11011011 11100111 11010001 101 0 1010 1001 1011101 11111 1010110

Color Harmonies of #DBE7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE7D1

Black with #DBE7D1

Text Example


Text Example

White with #DBE7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE7D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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