Html Css Color HEX #DFEDD1 Frostee

📋 copy color: '#DFEDD1'

red 223 ◦ green 237 ◦ blue 209

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

Shades of Frostee #DFEDD1

Tints of Frostee #DFEDD1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.43%

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

R = 33.33%
G = 35.43%
B = 31.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#DFEDD1 (or 0xDFEDD1) is known color: Frostee. HEX triplet: DF, ED and D1. RGB value is (223,237,209). Sum of RGB (Red+Green+Blue) = 223+237+209=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDD1 is #20122E. Grayscale: #E5E5E5. Windows color (decimal): -2101807 or 13757919. OLE color: 13757919.

HSL color Cylindrical-coordinate representation of color #DFEDD1: hue angle of 90º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFEDD1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 237 209 -
CMYK 0.06 0 0.12 0.07
HSL 90º 0.44% 0.87% -
HSV(B) 90º 0.12% 0.93% -
XYZ 72.22 80.86 72.12 -
YUV 229.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 223 237 209 0.06 0 0.12 0.07 90 0.44 0.87
Hex DF ED D1 6 0 C 7 5A 2C 57
Octal 337 355 321 6 0 14 7 132 54 127
Binary 11011111 11101101 11010001 110 0 1100 111 1011010 101100 1010111

Color Harmonies of #DFEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEDD1

Black with #DFEDD1

Text Example


Text Example

White with #DFEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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