Html Css Color HEX #DFE3BA Frost

📋 copy color: '#DFE3BA'

red 223 ◦ green 227 ◦ blue 186

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

Shades of Frost #DFE3BA

Tints of Frost #DFE3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.69%

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

R = 35.06%
G = 35.69%
B = 29.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#DFE3BA (or 0xDFE3BA) is known color: Frost. HEX triplet: DF, E3 and BA. RGB value is (223,227,186). Sum of RGB (Red+Green+Blue) = 223+227+186=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3BA is #201C45. Grayscale: #DDDDDD. Windows color (decimal): -2104390 or 12248031. OLE color: 12248031.

HSL color Cylindrical-coordinate representation of color #DFE3BA: hue angle of 65.85º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE3BA is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 227 186 -
CMYK 0.02 0 0.18 0.11
HSL 65.85º 0.42% 0.81% -
HSV(B) 65.85º 0.18% 0.89% -
XYZ 66.76 74.17 57.25 -
YUV 221.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 223 227 186 0.02 0 0.18 0.11 65.85 0.42 0.81
Hex DF E3 BA 2 0 12 B 42 2A 51
Octal 337 343 272 2 0 22 13 102 52 121
Binary 11011111 11100011 10111010 10 0 10010 1011 1000010 101010 1010001

Color Harmonies of #DFE3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE3BA

Black with #DFE3BA

Text Example


Text Example

White with #DFE3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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