Html Css Color HEX #DFE5BB Frost

📋 copy color: '#DFE5BB'

red 223 ◦ green 229 ◦ blue 187

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

Shades of Frost #DFE5BB

Tints of Frost #DFE5BB

RGB

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

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

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

R = 34.9%
G = 35.84%
B = 29.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#DFE5BB (or 0xDFE5BB) is known color: Frost. HEX triplet: DF, E5 and BB. RGB value is (223,229,187). Sum of RGB (Red+Green+Blue) = 223+229+187=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5BB is #201A44. Grayscale: #DEDEDE. Windows color (decimal): -2103877 or 12314079. OLE color: 12314079.

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

Color convert

RGB 223 229 187 -
CMYK 0.03 0 0.18 0.10
HSL 68.57º 0.45% 0.82% -
HSV(B) 68.57º 0.18% 0.9% -
XYZ 67.42 75.31 58 -
YUV 222.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 223 229 187 0.03 0 0.18 0.10 68.57 0.45 0.82
Hex DF E5 BB 3 0 12 A 45 2D 52
Octal 337 345 273 3 0 22 12 105 55 122
Binary 11011111 11100101 10111011 11 0 10010 1010 1000101 101101 1010010

Color Harmonies of #DFE5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE5BB

Black with #DFE5BB

Text Example


Text Example

White with #DFE5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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