Html Css Color HEX #D6FDCB Snowy Mint

📋 copy color: '#D6FDCB'

red 214 ◦ green 253 ◦ blue 203

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

Shades of Snowy Mint #D6FDCB

Tints of Snowy Mint #D6FDCB

RGB

 RED value IS 214 (83.98% from 255) = 31.94%

 GREEN value IS 253 (99.22% from 255) = 37.76%

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

R = 31.94%
G = 37.76%
B = 30.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#D6FDCB (or 0xD6FDCB) is known color: Snowy Mint. HEX triplet: D6, FD and CB. RGB value is (214,253,203). Sum of RGB (Red+Green+Blue) = 214+253+203=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FDCB is #290234. Grayscale: #EBEBEB. Windows color (decimal): -2687541 or 13368790. OLE color: 13368790.

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

Color convert

RGB 214 253 203 -
CMYK 0.15 0 0.20 0.01
HSL 106.8º 0.93% 0.89% -
HSV(B) 106.8º 0.2% 0.99% -
XYZ 73.64 88.86 69.77 -
YUV 235.64 109.58 112.57 -
System Red Green Blue C M Y K H S L
Decimal 214 253 203 0.15 0 0.20 0.01 106.8 0.93 0.89
Hex D6 FD CB F 0 14 1 6B 5D 59
Octal 326 375 313 17 0 24 1 153 135 131
Binary 11010110 11111101 11001011 1111 0 10100 1 1101011 1011101 1011001

Color Harmonies of #D6FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FDCB

Black with #D6FDCB

Text Example


Text Example

White with #D6FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FDCB; }

 p { color: rgb(214,253,203); }

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

background-color css

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

 a { background-color: rgb(214,253,203); }

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

border-color css

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

 span { border-color: rgb(214,253,203); }

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