Html Css Color HEX #DCFCCB Snowy Mint

📋 copy color: '#DCFCCB'

red 220 ◦ green 252 ◦ blue 203

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

Shades of Snowy Mint #DCFCCB

Tints of Snowy Mint #DCFCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.33%

 BLUE value IS 203 (79.69% from 255) = 30.07%

R = 32.59%
G = 37.33%
B = 30.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#DCFCCB (or 0xDCFCCB) is known color: Snowy Mint. HEX triplet: DC, FC and CB. RGB value is (220,252,203). Sum of RGB (Red+Green+Blue) = 220+252+203=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCCB is #230334. Grayscale: #EDEDED. Windows color (decimal): -2294581 or 13368540. OLE color: 13368540.

HSL color Cylindrical-coordinate representation of color #DCFCCB: hue angle of 99.18º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCFCCB is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 203 -
CMYK 0.13 0 0.19 0.01
HSL 99.18º 0.89% 0.89% -
HSV(B) 99.18º 0.19% 0.99% -
XYZ 75.11 89.15 69.75 -
YUV 236.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 220 252 203 0.13 0 0.19 0.01 99.18 0.89 0.89
Hex DC FC CB D 0 13 1 63 59 59
Octal 334 374 313 15 0 23 1 143 131 131
Binary 11011100 11111100 11001011 1101 0 10011 1 1100011 1011001 1011001

Color Harmonies of #DCFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCCB

Black with #DCFCCB

Text Example


Text Example

White with #DCFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCCB; }

 p { color: rgb(220,252,203); }

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

background-color css

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

 a { background-color: rgb(220,252,203); }

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

border-color css

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

 span { border-color: rgb(220,252,203); }

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