Html Css Color HEX #DBEAB7 Frost

📋 copy color: '#DBEAB7'

red 219 ◦ green 234 ◦ blue 183

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

Shades of Frost #DBEAB7

Tints of Frost #DBEAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.77%

R = 34.43%
G = 36.79%
B = 28.77%

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

#DBEAB7 (or 0xDBEAB7) is known color: Frost. HEX triplet: DB, EA and B7. RGB value is (219,234,183). Sum of RGB (Red+Green+Blue) = 219+234+183=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 183 (71.88% from 255 or 28.77% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAB7 is #241548. Grayscale: #DFDFDF. Windows color (decimal): -2364745 or 12053211. OLE color: 12053211.

HSL color Cylindrical-coordinate representation of color #DBEAB7: hue angle of 77.65º 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 #DBEAB7 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 183 -
CMYK 0.06 0 0.22 0.08
HSL 77.65º 0.55% 0.82% -
HSV(B) 77.65º 0.22% 0.92% -
XYZ 67.18 77.32 56.18 -
YUV 223.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 219 234 183 0.06 0 0.22 0.08 77.65 0.55 0.82
Hex DB EA B7 6 0 16 8 4E 37 52
Octal 333 352 267 6 0 26 10 116 67 122
Binary 11011011 11101010 10110111 110 0 10110 1000 1001110 110111 1010010

Color Harmonies of #DBEAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAB7

Black with #DBEAB7

Text Example


Text Example

White with #DBEAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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