Html Css Color HEX #DFE7D4 Frostee

📋 copy color: '#DFE7D4'

red 223 ◦ green 231 ◦ blue 212

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

Shades of Frostee #DFE7D4

Tints of Frostee #DFE7D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.83%

R = 33.48%
G = 34.68%
B = 31.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#DFE7D4 (or 0xDFE7D4) is known color: Frostee. HEX triplet: DF, E7 and D4. RGB value is (223,231,212). Sum of RGB (Red+Green+Blue) = 223+231+212=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE7D4 is #20182B. Grayscale: #E2E2E2. Windows color (decimal): -2103340 or 13952991. OLE color: 13952991.

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

Color convert

RGB 223 231 212 -
CMYK 0.03 0 0.08 0.09
HSL 85.26º 0.28% 0.87% -
HSV(B) 85.26º 0.08% 0.91% -
XYZ 70.89 77.59 73.53 -
YUV 226.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 223 231 212 0.03 0 0.08 0.09 85.26 0.28 0.87
Hex DF E7 D4 3 0 8 9 55 1C 57
Octal 337 347 324 3 0 10 11 125 34 127
Binary 11011111 11100111 11010100 11 0 1000 1001 1010101 11100 1010111

Color Harmonies of #DFE7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE7D4

Black with #DFE7D4

Text Example


Text Example

White with #DFE7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE7D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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