Html Css Color HEX #DCFBDE Frosted Mint

📋 copy color: '#DCFBDE'

red 220 ◦ green 251 ◦ blue 222

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

Shades of Frosted Mint #DCFBDE

Tints of Frosted Mint #DCFBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.03%

R = 31.75%
G = 36.22%
B = 32.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#DCFBDE (or 0xDCFBDE) is known color: Frosted Mint. HEX triplet: DC, FB and DE. RGB value is (220,251,222). Sum of RGB (Red+Green+Blue) = 220+251+222=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBDE is #230421. Grayscale: #EEEEEE. Windows color (decimal): -2294818 or 14613468. OLE color: 14613468.

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

Color convert

RGB 220 251 222 -
CMYK 0.12 0 0.12 0.02
HSL 123.87º 0.79% 0.92% -
HSV(B) 123.87º 0.12% 0.98% -
XYZ 77.2 89.48 82.31 -
YUV 238.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 220 251 222 0.12 0 0.12 0.02 123.87 0.79 0.92
Hex DC FB DE C 0 C 2 7C 4F 5C
Octal 334 373 336 14 0 14 2 174 117 134
Binary 11011100 11111011 11011110 1100 0 1100 10 1111100 1001111 1011100

Color Harmonies of #DCFBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBDE

Black with #DCFBDE

Text Example


Text Example

White with #DCFBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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