Html Css Color HEX #DFE9BD Frost

📋 copy color: '#DFE9BD'

red 223 ◦ green 233 ◦ blue 189

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

Shades of Frost #DFE9BD

Tints of Frost #DFE9BD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.12%

 BLUE value IS 189 (74.22% from 255) = 29.3%

R = 34.57%
G = 36.12%
B = 29.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#DFE9BD (or 0xDFE9BD) is known color: Frost. HEX triplet: DF, E9 and BD. RGB value is (223,233,189). Sum of RGB (Red+Green+Blue) = 223+233+189=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9BD is #201642. Grayscale: #E1E1E1. Windows color (decimal): -2102851 or 12446175. OLE color: 12446175.

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

Color convert

RGB 223 233 189 -
CMYK 0.04 0 0.19 0.09
HSL 73.64º 0.5% 0.83% -
HSV(B) 73.64º 0.19% 0.91% -
XYZ 68.76 77.64 59.51 -
YUV 224.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 223 233 189 0.04 0 0.19 0.09 73.64 0.5 0.83
Hex DF E9 BD 4 0 13 9 4A 32 53
Octal 337 351 275 4 0 23 11 112 62 123
Binary 11011111 11101001 10111101 100 0 10011 1001 1001010 110010 1010011

Color Harmonies of #DFE9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE9BD

Black with #DFE9BD

Text Example


Text Example

White with #DFE9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE9BD; }

 p { color: rgb(223,233,189); }

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

background-color css

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

 a { background-color: rgb(223,233,189); }

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

border-color css

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

 span { border-color: rgb(223,233,189); }

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