Html Css Color HEX #DBE6BD Frost

📋 copy color: '#DBE6BD'

red 219 ◦ green 230 ◦ blue 189

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

Shades of Frost #DBE6BD

Tints of Frost #DBE6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.62%

R = 34.33%
G = 36.05%
B = 29.62%

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

#DBE6BD (or 0xDBE6BD) is known color: Frost. HEX triplet: DB, E6 and BD. RGB value is (219,230,189). Sum of RGB (Red+Green+Blue) = 219+230+189=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6BD is #241942. Grayscale: #DEDEDE. Windows color (decimal): -2365763 or 12445403. OLE color: 12445403.

HSL color Cylindrical-coordinate representation of color #DBE6BD: hue angle of 76.1º degrees, saturation: 0.45, 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 #DBE6BD is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 189 -
CMYK 0.05 0 0.18 0.10
HSL 76.1º 0.45% 0.82% -
HSV(B) 76.1º 0.18% 0.9% -
XYZ 66.7 75.33 59.17 -
YUV 222.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 219 230 189 0.05 0 0.18 0.10 76.1 0.45 0.82
Hex DB E6 BD 5 0 12 A 4C 2D 52
Octal 333 346 275 5 0 22 12 114 55 122
Binary 11011011 11100110 10111101 101 0 10010 1010 1001100 101101 1010010

Color Harmonies of #DBE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6BD

Black with #DBE6BD

Text Example


Text Example

White with #DBE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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