Html Css Color HEX #DBE6BB Frost

📋 copy color: '#DBE6BB'

red 219 ◦ green 230 ◦ blue 187

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

Shades of Frost #DBE6BB

Tints of Frost #DBE6BB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.16%

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

R = 34.43%
G = 36.16%
B = 29.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#DBE6BB (or 0xDBE6BB) is known color: Frost. HEX triplet: DB, E6 and BB. RGB value is (219,230,187). Sum of RGB (Red+Green+Blue) = 219+230+187=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6BB is #241944. Grayscale: #DDDDDD. Windows color (decimal): -2365765 or 12314331. OLE color: 12314331.

HSL color Cylindrical-coordinate representation of color #DBE6BB: hue angle of 75.35º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBE6BB is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 187 -
CMYK 0.05 0 0.19 0.10
HSL 75.35º 0.46% 0.82% -
HSV(B) 75.35º 0.19% 0.9% -
XYZ 66.48 75.24 58.03 -
YUV 221.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 219 230 187 0.05 0 0.19 0.10 75.35 0.46 0.82
Hex DB E6 BB 5 0 13 A 4B 2E 52
Octal 333 346 273 5 0 23 12 113 56 122
Binary 11011011 11100110 10111011 101 0 10011 1010 1001011 101110 1010010

Color Harmonies of #DBE6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6BB

Black with #DBE6BB

Text Example


Text Example

White with #DBE6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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