Html Css Color HEX #DBE1BB Frost

📋 copy color: '#DBE1BB'

red 219 ◦ green 225 ◦ blue 187

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

Shades of Frost #DBE1BB

Tints of Frost #DBE1BB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.66%

 BLUE value IS 187 (73.44% from 255) = 29.64%

R = 34.71%
G = 35.66%
B = 29.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#DBE1BB (or 0xDBE1BB) is known color: Frost. HEX triplet: DB, E1 and BB. RGB value is (219,225,187). Sum of RGB (Red+Green+Blue) = 219+225+187=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1BB is #241E44. Grayscale: #DBDBDB. Windows color (decimal): -2367045 or 12313051. OLE color: 12313051.

HSL color Cylindrical-coordinate representation of color #DBE1BB: hue angle of 69.47º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBE1BB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 187 -
CMYK 0.03 0 0.17 0.12
HSL 69.47º 0.39% 0.81% -
HSV(B) 69.47º 0.17% 0.88% -
XYZ 65.11 72.5 57.58 -
YUV 218.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 219 225 187 0.03 0 0.17 0.12 69.47 0.39 0.81
Hex DB E1 BB 3 0 11 C 45 27 51
Octal 333 341 273 3 0 21 14 105 47 121
Binary 11011011 11100001 10111011 11 0 10001 1100 1000101 100111 1010001

Color Harmonies of #DBE1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1BB

Black with #DBE1BB

Text Example


Text Example

White with #DBE1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1BB; }

 p { color: rgb(219,225,187); }

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

background-color css

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

 a { background-color: rgb(219,225,187); }

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

border-color css

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

 span { border-color: rgb(219,225,187); }

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