Html Css Color HEX #DCF1CA Frostee

📋 copy color: '#DCF1CA'

red 220 ◦ green 241 ◦ blue 202

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

Shades of Frostee #DCF1CA

Tints of Frostee #DCF1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.47%

R = 33.18%
G = 36.35%
B = 30.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#DCF1CA (or 0xDCF1CA) is known color: Frostee. HEX triplet: DC, F1 and CA. RGB value is (220,241,202). Sum of RGB (Red+Green+Blue) = 220+241+202=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1CA is #230E35. Grayscale: #E6E6E6. Windows color (decimal): -2297398 or 13300188. OLE color: 13300188.

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

Color convert

RGB 220 241 202 -
CMYK 0.09 0 0.16 0.05
HSL 92.31º 0.58% 0.87% -
HSV(B) 92.31º 0.16% 0.95% -
XYZ 71.63 82.39 68 -
YUV 230.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 220 241 202 0.09 0 0.16 0.05 92.31 0.58 0.87
Hex DC F1 CA 9 0 10 5 5C 3A 57
Octal 334 361 312 11 0 20 5 134 72 127
Binary 11011100 11110001 11001010 1001 0 10000 101 1011100 111010 1010111

Color Harmonies of #DCF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF1CA

Black with #DCF1CA

Text Example


Text Example

White with #DCF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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