Html Css Color HEX #DCF1C7 Frostee

📋 copy color: '#DCF1C7'

red 220 ◦ green 241 ◦ blue 199

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

Shades of Frostee #DCF1C7

Tints of Frostee #DCF1C7

RGB

 RED value IS 220 (86.33% from 255) = 33.33%

 GREEN value IS 241 (94.53% from 255) = 36.52%

 BLUE value IS 199 (78.13% from 255) = 30.15%

R = 33.33%
G = 36.52%
B = 30.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#DCF1C7 (or 0xDCF1C7) is known color: Frostee. HEX triplet: DC, F1 and C7. RGB value is (220,241,199). Sum of RGB (Red+Green+Blue) = 220+241+199=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1C7 is #230E38. Grayscale: #E6E6E6. Windows color (decimal): -2297401 or 13103580. OLE color: 13103580.

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

Color convert

RGB 220 241 199 -
CMYK 0.09 0 0.17 0.05
HSL 90º 0.6% 0.86% -
HSV(B) 90º 0.17% 0.95% -
XYZ 71.28 82.25 66.15 -
YUV 229.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 220 241 199 0.09 0 0.17 0.05 90 0.6 0.86
Hex DC F1 C7 9 0 11 5 5A 3C 56
Octal 334 361 307 11 0 21 5 132 74 126
Binary 11011100 11110001 11000111 1001 0 10001 101 1011010 111100 1010110

Color Harmonies of #DCF1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF1C7

Black with #DCF1C7

Text Example


Text Example

White with #DCF1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF1C7; }

 p { color: rgb(220,241,199); }

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

background-color css

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

 a { background-color: rgb(220,241,199); }

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

border-color css

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

 span { border-color: rgb(220,241,199); }

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