Html Css Color HEX #DFF2C9 Frostee

📋 copy color: '#DFF2C9'

red 223 ◦ green 242 ◦ blue 201

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

Shades of Frostee #DFF2C9

Tints of Frostee #DFF2C9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.34%

 BLUE value IS 201 (78.91% from 255) = 30.18%

R = 33.48%
G = 36.34%
B = 30.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#DFF2C9 (or 0xDFF2C9) is known color: Frostee. HEX triplet: DF, F2 and C9. RGB value is (223,242,201). Sum of RGB (Red+Green+Blue) = 223+242+201=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2C9 is #200D36. Grayscale: #E7E7E7. Windows color (decimal): -2100535 or 13234911. OLE color: 13234911.

HSL color Cylindrical-coordinate representation of color #DFF2C9: hue angle of 87.8º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFF2C9 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 242 201 -
CMYK 0.08 0 0.17 0.05
HSL 87.8º 0.61% 0.87% -
HSV(B) 87.8º 0.17% 0.95% -
XYZ 72.73 83.41 67.52 -
YUV 231.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 223 242 201 0.08 0 0.17 0.05 87.8 0.61 0.87
Hex DF F2 C9 8 0 11 5 58 3D 57
Octal 337 362 311 10 0 21 5 130 75 127
Binary 11011111 11110010 11001001 1000 0 10001 101 1011000 111101 1010111

Color Harmonies of #DFF2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF2C9

Black with #DFF2C9

Text Example


Text Example

White with #DFF2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF2C9; }

 p { color: rgb(223,242,201); }

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

background-color css

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

 a { background-color: rgb(223,242,201); }

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

border-color css

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

 span { border-color: rgb(223,242,201); }

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