Html Css Color HEX #DCF2C2 Frostee

📋 copy color: '#DCF2C2'

red 220 ◦ green 242 ◦ blue 194

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

Shades of Frostee #DCF2C2

Tints of Frostee #DCF2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.57%

R = 33.54%
G = 36.89%
B = 29.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#DCF2C2 (or 0xDCF2C2) is known color: Frostee. HEX triplet: DC, F2 and C2. RGB value is (220,242,194). Sum of RGB (Red+Green+Blue) = 220+242+194=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2C2 is #230D3D. Grayscale: #E6E6E6. Windows color (decimal): -2297150 or 12776156. OLE color: 12776156.

HSL color Cylindrical-coordinate representation of color #DCF2C2: hue angle of 87.5º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCF2C2 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 194 -
CMYK 0.09 0 0.20 0.05
HSL 87.5º 0.65% 0.85% -
HSV(B) 87.5º 0.2% 0.95% -
XYZ 71 82.61 63.24 -
YUV 229.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 220 242 194 0.09 0 0.20 0.05 87.5 0.65 0.85
Hex DC F2 C2 9 0 14 5 57 41 55
Octal 334 362 302 11 0 24 5 127 101 125
Binary 11011100 11110010 11000010 1001 0 10100 101 1010111 1000001 1010101

Color Harmonies of #DCF2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2C2

Black with #DCF2C2

Text Example


Text Example

White with #DCF2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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