Html Css Color HEX #DFECD1 Frostee

📋 copy color: '#DFECD1'

red 223 ◦ green 236 ◦ blue 209

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

Shades of Frostee #DFECD1

Tints of Frostee #DFECD1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.33%

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

R = 33.38%
G = 35.33%
B = 31.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#DFECD1 (or 0xDFECD1) is known color: Frostee. HEX triplet: DF, EC and D1. RGB value is (223,236,209). Sum of RGB (Red+Green+Blue) = 223+236+209=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECD1 is #20132E. Grayscale: #E5E5E5. Windows color (decimal): -2102063 or 13757663. OLE color: 13757663.

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

Color convert

RGB 223 236 209 -
CMYK 0.06 0 0.11 0.07
HSL 88.89º 0.42% 0.87% -
HSV(B) 88.89º 0.11% 0.93% -
XYZ 71.94 80.28 72.03 -
YUV 229.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 223 236 209 0.06 0 0.11 0.07 88.89 0.42 0.87
Hex DF EC D1 6 0 B 7 59 2A 57
Octal 337 354 321 6 0 13 7 131 52 127
Binary 11011111 11101100 11010001 110 0 1011 111 1011001 101010 1010111

Color Harmonies of #DFECD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFECD1

Black with #DFECD1

Text Example


Text Example

White with #DFECD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFECD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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