Html Css Color HEX #DFF0CE Frostee

📋 copy color: '#DFF0CE'

red 223 ◦ green 240 ◦ blue 206

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

Shades of Frostee #DFF0CE

Tints of Frostee #DFF0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.87%

 BLUE value IS 206 (80.86% from 255) = 30.79%

R = 33.33%
G = 35.87%
B = 30.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#DFF0CE (or 0xDFF0CE) is known color: Frostee. HEX triplet: DF, F0 and CE. RGB value is (223,240,206). Sum of RGB (Red+Green+Blue) = 223+240+206=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0CE is #200F31. Grayscale: #E7E7E7. Windows color (decimal): -2101042 or 13562079. OLE color: 13562079.

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

Color convert

RGB 223 240 206 -
CMYK 0.07 0 0.14 0.06
HSL 90º 0.53% 0.87% -
HSV(B) 90º 0.14% 0.94% -
XYZ 72.73 82.46 70.48 -
YUV 231.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 223 240 206 0.07 0 0.14 0.06 90 0.53 0.87
Hex DF F0 CE 7 0 E 6 5A 35 57
Octal 337 360 316 7 0 16 6 132 65 127
Binary 11011111 11110000 11001110 111 0 1110 110 1011010 110101 1010111

Color Harmonies of #DFF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF0CE

Black with #DFF0CE

Text Example


Text Example

White with #DFF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF0CE; }

 p { color: rgb(223,240,206); }

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

background-color css

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

 a { background-color: rgb(223,240,206); }

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

border-color css

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

 span { border-color: rgb(223,240,206); }

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