Html Css Color HEX #DFE5BE Frost

📋 copy color: '#DFE5BE'

red 223 ◦ green 229 ◦ blue 190

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

Shades of Frost #DFE5BE

Tints of Frost #DFE5BE

RGB

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

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

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

R = 34.74%
G = 35.67%
B = 29.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#DFE5BE (or 0xDFE5BE) is known color: Frost. HEX triplet: DF, E5 and BE. RGB value is (223,229,190). Sum of RGB (Red+Green+Blue) = 223+229+190=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5BE is #201A41. Grayscale: #DEDEDE. Windows color (decimal): -2103874 or 12510687. OLE color: 12510687.

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

Color convert

RGB 223 229 190 -
CMYK 0.03 0 0.17 0.10
HSL 69.23º 0.43% 0.82% -
HSV(B) 69.23º 0.17% 0.9% -
XYZ 67.75 75.44 59.71 -
YUV 222.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 223 229 190 0.03 0 0.17 0.10 69.23 0.43 0.82
Hex DF E5 BE 3 0 11 A 45 2B 52
Octal 337 345 276 3 0 21 12 105 53 122
Binary 11011111 11100101 10111110 11 0 10001 1010 1000101 101011 1010010

Color Harmonies of #DFE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE5BE

Black with #DFE5BE

Text Example


Text Example

White with #DFE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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