Html Css Color HEX #DCF2C5 Frostee

📋 copy color: '#DCF2C5'

red 220 ◦ green 242 ◦ blue 197

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

Shades of Frostee #DCF2C5

Tints of Frostee #DCF2C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.89%

R = 33.38%
G = 36.72%
B = 29.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#DCF2C5 (or 0xDCF2C5) is known color: Frostee. HEX triplet: DC, F2 and C5. RGB value is (220,242,197). Sum of RGB (Red+Green+Blue) = 220+242+197=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 197 (77.34% from 255 or 29.89% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2C5 is #230D3A. Grayscale: #E6E6E6. Windows color (decimal): -2297147 or 12972764. OLE color: 12972764.

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

Color convert

RGB 220 242 197 -
CMYK 0.09 0 0.19 0.05
HSL 89.33º 0.63% 0.86% -
HSV(B) 89.33º 0.19% 0.95% -
XYZ 71.35 82.75 65.04 -
YUV 230.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 220 242 197 0.09 0 0.19 0.05 89.33 0.63 0.86
Hex DC F2 C5 9 0 13 5 59 3F 56
Octal 334 362 305 11 0 23 5 131 77 126
Binary 11011100 11110010 11000101 1001 0 10011 101 1011001 111111 1010110

Color Harmonies of #DCF2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2C5

Black with #DCF2C5

Text Example


Text Example

White with #DCF2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2C5; }

 p { color: rgb(220,242,197); }

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

background-color css

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

 a { background-color: rgb(220,242,197); }

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

border-color css

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

 span { border-color: rgb(220,242,197); }

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