Html Css Color HEX #DFE5BA Frost

📋 copy color: '#DFE5BA'

red 223 ◦ green 229 ◦ blue 186

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

Shades of Frost #DFE5BA

Tints of Frost #DFE5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.89%

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

R = 34.95%
G = 35.89%
B = 29.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#DFE5BA (or 0xDFE5BA) is known color: Frost. HEX triplet: DF, E5 and BA. RGB value is (223,229,186). Sum of RGB (Red+Green+Blue) = 223+229+186=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5BA is #201A45. Grayscale: #DEDEDE. Windows color (decimal): -2103878 or 12248543. OLE color: 12248543.

HSL color Cylindrical-coordinate representation of color #DFE5BA: hue angle of 68.37º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFE5BA is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 229 186 -
CMYK 0.03 0 0.19 0.10
HSL 68.37º 0.45% 0.81% -
HSV(B) 68.37º 0.19% 0.9% -
XYZ 67.31 75.27 57.44 -
YUV 222.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 223 229 186 0.03 0 0.19 0.10 68.37 0.45 0.81
Hex DF E5 BA 3 0 13 A 44 2D 51
Octal 337 345 272 3 0 23 12 104 55 121
Binary 11011111 11100101 10111010 11 0 10011 1010 1000100 101101 1010001

Color Harmonies of #DFE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE5BA

Black with #DFE5BA

Text Example


Text Example

White with #DFE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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