Html Css Color HEX #DBE6BC Frost

📋 copy color: '#DBE6BC'

red 219 ◦ green 230 ◦ blue 188

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

Shades of Frost #DBE6BC

Tints of Frost #DBE6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.51%

R = 34.38%
G = 36.11%
B = 29.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#DBE6BC (or 0xDBE6BC) is known color: Frost. HEX triplet: DB, E6 and BC. RGB value is (219,230,188). Sum of RGB (Red+Green+Blue) = 219+230+188=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6BC is #241943. Grayscale: #DEDEDE. Windows color (decimal): -2365764 or 12379867. OLE color: 12379867.

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

Color convert

RGB 219 230 188 -
CMYK 0.05 0 0.18 0.10
HSL 75.71º 0.46% 0.82% -
HSV(B) 75.71º 0.18% 0.9% -
XYZ 66.59 75.28 58.6 -
YUV 221.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 219 230 188 0.05 0 0.18 0.10 75.71 0.46 0.82
Hex DB E6 BC 5 0 12 A 4C 2E 52
Octal 333 346 274 5 0 22 12 114 56 122
Binary 11011011 11100110 10111100 101 0 10010 1010 1001100 101110 1010010

Color Harmonies of #DBE6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6BC

Black with #DBE6BC

Text Example


Text Example

White with #DBE6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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