Html Css Color HEX #DFE0BE Frost

📋 copy color: '#DFE0BE'

red 223 ◦ green 224 ◦ blue 190

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

Shades of Frost #DFE0BE

Tints of Frost #DFE0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.16%

 BLUE value IS 190 (74.61% from 255) = 29.83%

R = 35.01%
G = 35.16%
B = 29.83%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#DFE0BE (or 0xDFE0BE) is known color: Frost. HEX triplet: DF, E0 and BE. RGB value is (223,224,190). Sum of RGB (Red+Green+Blue) = 223+224+190=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0BE is #201F41. Grayscale: #DBDBDB. Windows color (decimal): -2105154 or 12509407. OLE color: 12509407.

HSL color Cylindrical-coordinate representation of color #DFE0BE: hue angle of 61.76º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFE0BE is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 190 -
CMYK 0.00 0 0.15 0.12
HSL 61.76º 0.35% 0.81% -
HSV(B) 61.76º 0.15% 0.88% -
XYZ 66.38 72.72 59.25 -
YUV 219.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 223 224 190 0.00 0 0.15 0.12 61.76 0.35 0.81
Hex DF E0 BE 0 0 F C 3E 23 51
Octal 337 340 276 0 0 17 14 76 43 121
Binary 11011111 11100000 10111110 0 0 1111 1100 111110 100011 1010001

Color Harmonies of #DFE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE0BE

Black with #DFE0BE

Text Example


Text Example

White with #DFE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE0BE; }

 p { color: rgb(223,224,190); }

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

background-color css

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

 a { background-color: rgb(223,224,190); }

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

border-color css

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

 span { border-color: rgb(223,224,190); }

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