Html Css Color HEX #DCF0CA Frostee

📋 copy color: '#DCF0CA'

red 220 ◦ green 240 ◦ blue 202

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

Shades of Frostee #DCF0CA

Tints of Frostee #DCF0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.25%

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

R = 33.23%
G = 36.25%
B = 30.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#DCF0CA (or 0xDCF0CA) is known color: Frostee. HEX triplet: DC, F0 and CA. RGB value is (220,240,202). Sum of RGB (Red+Green+Blue) = 220+240+202=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0CA is #230F35. Grayscale: #E5E5E5. Windows color (decimal): -2297654 or 13299932. OLE color: 13299932.

HSL color Cylindrical-coordinate representation of color #DCF0CA: hue angle of 91.58º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCF0CA is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 202 -
CMYK 0.08 0 0.16 0.06
HSL 91.58º 0.56% 0.87% -
HSV(B) 91.58º 0.16% 0.94% -
XYZ 71.34 81.8 67.91 -
YUV 229.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 220 240 202 0.08 0 0.16 0.06 91.58 0.56 0.87
Hex DC F0 CA 8 0 10 6 5C 38 57
Octal 334 360 312 10 0 20 6 134 70 127
Binary 11011100 11110000 11001010 1000 0 10000 110 1011100 111000 1010111

Color Harmonies of #DCF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF0CA

Black with #DCF0CA

Text Example


Text Example

White with #DCF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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