Html Css Color HEX #DFE9BA Frost

📋 copy color: '#DFE9BA'

red 223 ◦ green 233 ◦ blue 186

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

Shades of Frost #DFE9BA

Tints of Frost #DFE9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.29%

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

R = 34.74%
G = 36.29%
B = 28.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#DFE9BA (or 0xDFE9BA) is known color: Frost. HEX triplet: DF, E9 and BA. RGB value is (223,233,186). Sum of RGB (Red+Green+Blue) = 223+233+186=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9BA is #201645. Grayscale: #E0E0E0. Windows color (decimal): -2102854 or 12249567. OLE color: 12249567.

HSL color Cylindrical-coordinate representation of color #DFE9BA: hue angle of 72.77º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFE9BA is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 233 186 -
CMYK 0.04 0 0.20 0.09
HSL 72.77º 0.52% 0.82% -
HSV(B) 72.77º 0.2% 0.91% -
XYZ 68.43 77.51 57.81 -
YUV 224.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 223 233 186 0.04 0 0.20 0.09 72.77 0.52 0.82
Hex DF E9 BA 4 0 14 9 49 34 52
Octal 337 351 272 4 0 24 11 111 64 122
Binary 11011111 11101001 10111010 100 0 10100 1001 1001001 110100 1010010

Color Harmonies of #DFE9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE9BA

Black with #DFE9BA

Text Example


Text Example

White with #DFE9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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