Html Css Color HEX #DFEED0 Frostee

📋 copy color: '#DFEED0'

red 223 ◦ green 238 ◦ blue 208

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

Shades of Frostee #DFEED0

Tints of Frostee #DFEED0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.58%

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

R = 33.33%
G = 35.58%
B = 31.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#DFEED0 (or 0xDFEED0) is known color: Frostee. HEX triplet: DF, EE and D0. RGB value is (223,238,208). Sum of RGB (Red+Green+Blue) = 223+238+208=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEED0 is #20112F. Grayscale: #E6E6E6. Windows color (decimal): -2101552 or 13692639. OLE color: 13692639.

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

Color convert

RGB 223 238 208 -
CMYK 0.06 0 0.13 0.07
HSL 90º 0.47% 0.87% -
HSV(B) 90º 0.13% 0.93% -
XYZ 72.39 81.39 71.57 -
YUV 230.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 223 238 208 0.06 0 0.13 0.07 90 0.47 0.87
Hex DF EE D0 6 0 D 7 5A 2F 57
Octal 337 356 320 6 0 15 7 132 57 127
Binary 11011111 11101110 11010000 110 0 1101 111 1011010 101111 1010111

Color Harmonies of #DFEED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEED0

Black with #DFEED0

Text Example


Text Example

White with #DFEED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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