Html Css Color HEX #DFEDD0 Frostee

📋 copy color: '#DFEDD0'

red 223 ◦ green 237 ◦ blue 208

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

Shades of Frostee #DFEDD0

Tints of Frostee #DFEDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.14%

R = 33.38%
G = 35.48%
B = 31.14%

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

#DFEDD0 (or 0xDFEDD0) is known color: Frostee. HEX triplet: DF, ED and D0. RGB value is (223,237,208). Sum of RGB (Red+Green+Blue) = 223+237+208=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDD0 is #20122F. Grayscale: #E5E5E5. Windows color (decimal): -2101808 or 13692383. OLE color: 13692383.

HSL color Cylindrical-coordinate representation of color #DFEDD0: hue angle of 88.97º degrees, saturation: 0.45, 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 #DFEDD0 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 237 208 -
CMYK 0.06 0 0.12 0.07
HSL 88.97º 0.45% 0.87% -
HSV(B) 88.97º 0.12% 0.93% -
XYZ 72.1 80.81 71.47 -
YUV 229.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 223 237 208 0.06 0 0.12 0.07 88.97 0.45 0.87
Hex DF ED D0 6 0 C 7 59 2D 57
Octal 337 355 320 6 0 14 7 131 55 127
Binary 11011111 11101101 11010000 110 0 1100 111 1011001 101101 1010111

Color Harmonies of #DFEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEDD0

Black with #DFEDD0

Text Example


Text Example

White with #DFEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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