Html Css Color HEX #DFEDCD Frostee

📋 copy color: '#DFEDCD'

red 223 ◦ green 237 ◦ blue 205

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

Shades of Frostee #DFEDCD

Tints of Frostee #DFEDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.83%

R = 33.53%
G = 35.64%
B = 30.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DFEDCD (or 0xDFEDCD) is known color: Frostee. HEX triplet: DF, ED and CD. RGB value is (223,237,205). Sum of RGB (Red+Green+Blue) = 223+237+205=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDCD is #201232. Grayscale: #E5E5E5. Windows color (decimal): -2101811 or 13495775. OLE color: 13495775.

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

Color convert

RGB 223 237 205 -
CMYK 0.06 0 0.14 0.07
HSL 86.25º 0.47% 0.87% -
HSV(B) 86.25º 0.14% 0.93% -
XYZ 71.74 80.66 69.55 -
YUV 229.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 223 237 205 0.06 0 0.14 0.07 86.25 0.47 0.87
Hex DF ED CD 6 0 E 7 56 2F 57
Octal 337 355 315 6 0 16 7 126 57 127
Binary 11011111 11101101 11001101 110 0 1110 111 1010110 101111 1010111

Color Harmonies of #DFEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEDCD

Black with #DFEDCD

Text Example


Text Example

White with #DFEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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