Html Css Color HEX #DFEFD1 Frostee

📋 copy color: '#DFEFD1'

red 223 ◦ green 239 ◦ blue 209

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

Shades of Frostee #DFEFD1

Tints of Frostee #DFEFD1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.62%

 BLUE value IS 209 (82.03% from 255) = 31.15%

R = 33.23%
G = 35.62%
B = 31.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#DFEFD1 (or 0xDFEFD1) is known color: Frostee. HEX triplet: DF, EF and D1. RGB value is (223,239,209). Sum of RGB (Red+Green+Blue) = 223+239+209=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFD1 is #20102E. Grayscale: #E6E6E6. Windows color (decimal): -2101295 or 13758431. OLE color: 13758431.

HSL color Cylindrical-coordinate representation of color #DFEFD1: hue angle of 92º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFEFD1 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 239 209 -
CMYK 0.07 0 0.13 0.06
HSL 92º 0.48% 0.88% -
HSV(B) 92º 0.13% 0.94% -
XYZ 72.81 82.02 72.32 -
YUV 230.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 223 239 209 0.07 0 0.13 0.06 92 0.48 0.88
Hex DF EF D1 7 0 D 6 5C 30 58
Octal 337 357 321 7 0 15 6 134 60 130
Binary 11011111 11101111 11010001 111 0 1101 110 1011100 110000 1011000

Color Harmonies of #DFEFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEFD1

Black with #DFEFD1

Text Example


Text Example

White with #DFEFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEFD1; }

 p { color: rgb(223,239,209); }

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

background-color css

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

 a { background-color: rgb(223,239,209); }

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

border-color css

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

 span { border-color: rgb(223,239,209); }

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