Html Css Color HEX #DCFBCA Snowy Mint

📋 copy color: '#DCFBCA'

red 220 ◦ green 251 ◦ blue 202

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

Shades of Snowy Mint #DCFBCA

Tints of Snowy Mint #DCFBCA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.3%

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

R = 32.69%
G = 37.3%
B = 30.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#DCFBCA (or 0xDCFBCA) is known color: Snowy Mint. HEX triplet: DC, FB and CA. RGB value is (220,251,202). Sum of RGB (Red+Green+Blue) = 220+251+202=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBCA is #230435. Grayscale: #ECECEC. Windows color (decimal): -2294838 or 13302748. OLE color: 13302748.

HSL color Cylindrical-coordinate representation of color #DCFBCA: hue angle of 97.96º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCFBCA is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 202 -
CMYK 0.12 0 0.20 0.02
HSL 97.96º 0.86% 0.89% -
HSV(B) 97.96º 0.2% 0.98% -
XYZ 74.67 88.47 69.02 -
YUV 236.15 108.73 116.48 -
System Red Green Blue C M Y K H S L
Decimal 220 251 202 0.12 0 0.20 0.02 97.96 0.86 0.89
Hex DC FB CA C 0 14 2 62 56 59
Octal 334 373 312 14 0 24 2 142 126 131
Binary 11011100 11111011 11001010 1100 0 10100 10 1100010 1010110 1011001

Color Harmonies of #DCFBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBCA

Black with #DCFBCA

Text Example


Text Example

White with #DCFBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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