Html Css Color HEX #DFE7BA Frost

📋 copy color: '#DFE7BA'

red 223 ◦ green 231 ◦ blue 186

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

Shades of Frost #DFE7BA

Tints of Frost #DFE7BA

RGB

 RED value IS 223 (87.5% from 255) = 34.84%

 GREEN value IS 231 (90.63% from 255) = 36.09%

 BLUE value IS 186 (73.05% from 255) = 29.06%

R = 34.84%
G = 36.09%
B = 29.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#DFE7BA (or 0xDFE7BA) is known color: Frost. HEX triplet: DF, E7 and BA. RGB value is (223,231,186). Sum of RGB (Red+Green+Blue) = 223+231+186=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE7BA is #201845. Grayscale: #DFDFDF. Windows color (decimal): -2103366 or 12249055. OLE color: 12249055.

HSL color Cylindrical-coordinate representation of color #DFE7BA: hue angle of 70.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFE7BA is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 231 186 -
CMYK 0.03 0 0.19 0.09
HSL 70.67º 0.48% 0.82% -
HSV(B) 70.67º 0.19% 0.91% -
XYZ 67.87 76.38 57.62 -
YUV 223.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 223 231 186 0.03 0 0.19 0.09 70.67 0.48 0.82
Hex DF E7 BA 3 0 13 9 47 30 52
Octal 337 347 272 3 0 23 11 107 60 122
Binary 11011111 11100111 10111010 11 0 10011 1001 1000111 110000 1010010

Color Harmonies of #DFE7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE7BA

Black with #DFE7BA

Text Example


Text Example

White with #DFE7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE7BA; }

 p { color: rgb(223,231,186); }

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

background-color css

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

 a { background-color: rgb(223,231,186); }

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

border-color css

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

 span { border-color: rgb(223,231,186); }

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