Html Css Color HEX #DFE7BB Frost

📋 copy color: '#DFE7BB'

red 223 ◦ green 231 ◦ blue 187

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

Shades of Frost #DFE7BB

Tints of Frost #DFE7BB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.04%

 BLUE value IS 187 (73.44% from 255) = 29.17%

R = 34.79%
G = 36.04%
B = 29.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#DFE7BB (or 0xDFE7BB) is known color: Frost. HEX triplet: DF, E7 and BB. RGB value is (223,231,187). Sum of RGB (Red+Green+Blue) = 223+231+187=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE7BB is #201844. Grayscale: #DFDFDF. Windows color (decimal): -2103365 or 12314591. OLE color: 12314591.

HSL color Cylindrical-coordinate representation of color #DFE7BB: hue angle of 70.91º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFE7BB is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 231 187 -
CMYK 0.03 0 0.19 0.09
HSL 70.91º 0.48% 0.82% -
HSV(B) 70.91º 0.19% 0.91% -
XYZ 67.98 76.43 58.18 -
YUV 223.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 223 231 187 0.03 0 0.19 0.09 70.91 0.48 0.82
Hex DF E7 BB 3 0 13 9 47 30 52
Octal 337 347 273 3 0 23 11 107 60 122
Binary 11011111 11100111 10111011 11 0 10011 1001 1000111 110000 1010010

Color Harmonies of #DFE7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE7BB

Black with #DFE7BB

Text Example


Text Example

White with #DFE7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE7BB; }

 p { color: rgb(223,231,187); }

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

background-color css

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

 a { background-color: rgb(223,231,187); }

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

border-color css

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

 span { border-color: rgb(223,231,187); }

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