Html Css Color HEX #DFE6BE Frost

📋 copy color: '#DFE6BE'

red 223 ◦ green 230 ◦ blue 190

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

Shades of Frost #DFE6BE

Tints of Frost #DFE6BE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.77%

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

R = 34.68%
G = 35.77%
B = 29.55%

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

#DFE6BE (or 0xDFE6BE) is known color: Frost. HEX triplet: DF, E6 and BE. RGB value is (223,230,190). Sum of RGB (Red+Green+Blue) = 223+230+190=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE6BE is #201941. Grayscale: #DFDFDF. Windows color (decimal): -2103618 or 12510943. OLE color: 12510943.

HSL color Cylindrical-coordinate representation of color #DFE6BE: hue angle of 70.5º degrees, saturation: 0.44, 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 #DFE6BE is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 230 190 -
CMYK 0.03 0 0.17 0.10
HSL 70.5º 0.44% 0.82% -
HSV(B) 70.5º 0.17% 0.9% -
XYZ 68.02 76 59.8 -
YUV 223.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 223 230 190 0.03 0 0.17 0.10 70.5 0.44 0.82
Hex DF E6 BE 3 0 11 A 46 2C 52
Octal 337 346 276 3 0 21 12 106 54 122
Binary 11011111 11100110 10111110 11 0 10001 1010 1000110 101100 1010010

Color Harmonies of #DFE6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE6BE

Black with #DFE6BE

Text Example


Text Example

White with #DFE6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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