Html Css Color HEX #DBEAB6 Frost

📋 copy color: '#DBEAB6'

red 219 ◦ green 234 ◦ blue 182

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

Shades of Frost #DBEAB6

Tints of Frost #DBEAB6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.85%

 BLUE value IS 182 (71.48% from 255) = 28.66%

R = 34.49%
G = 36.85%
B = 28.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#DBEAB6 (or 0xDBEAB6) is known color: Frost. HEX triplet: DB, EA and B6. RGB value is (219,234,182). Sum of RGB (Red+Green+Blue) = 219+234+182=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAB6 is #241549. Grayscale: #DFDFDF. Windows color (decimal): -2364746 or 11987675. OLE color: 11987675.

HSL color Cylindrical-coordinate representation of color #DBEAB6: hue angle of 77.31º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBEAB6 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 182 -
CMYK 0.06 0 0.22 0.08
HSL 77.31º 0.55% 0.82% -
HSV(B) 77.31º 0.22% 0.92% -
XYZ 67.08 77.28 55.64 -
YUV 223.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 219 234 182 0.06 0 0.22 0.08 77.31 0.55 0.82
Hex DB EA B6 6 0 16 8 4D 37 52
Octal 333 352 266 6 0 26 10 115 67 122
Binary 11011011 11101010 10110110 110 0 10110 1000 1001101 110111 1010010

Color Harmonies of #DBEAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAB6

Black with #DBEAB6

Text Example


Text Example

White with #DBEAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAB6; }

 p { color: rgb(219,234,182); }

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

background-color css

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

 a { background-color: rgb(219,234,182); }

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

border-color css

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

 span { border-color: rgb(219,234,182); }

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