Html Css Color HEX #DAF6CE Snowy Mint

📋 copy color: '#DAF6CE'

red 218 ◦ green 246 ◦ blue 206

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

Shades of Snowy Mint #DAF6CE

Tints of Snowy Mint #DAF6CE

RGB

 RED value IS 218 (85.55% from 255) = 32.54%

 GREEN value IS 246 (96.48% from 255) = 36.72%

 BLUE value IS 206 (80.86% from 255) = 30.75%

R = 32.54%
G = 36.72%
B = 30.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#DAF6CE (or 0xDAF6CE) is known color: Snowy Mint. HEX triplet: DA, F6 and CE. RGB value is (218,246,206). Sum of RGB (Red+Green+Blue) = 218+246+206=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6CE is #250931. Grayscale: #E9E9E9. Windows color (decimal): -2427186 or 13563610. OLE color: 13563610.

HSL color Cylindrical-coordinate representation of color #DAF6CE: hue angle of 102º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAF6CE is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 206 -
CMYK 0.11 0 0.16 0.04
HSL 102º 0.69% 0.89% -
HSV(B) 102º 0.16% 0.96% -
XYZ 73.01 85.27 71 -
YUV 233.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 218 246 206 0.11 0 0.16 0.04 102 0.69 0.89
Hex DA F6 CE B 0 10 4 66 45 59
Octal 332 366 316 13 0 20 4 146 105 131
Binary 11011010 11110110 11001110 1011 0 10000 100 1100110 1000101 1011001

Color Harmonies of #DAF6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF6CE

Black with #DAF6CE

Text Example


Text Example

White with #DAF6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF6CE; }

 p { color: rgb(218,246,206); }

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

background-color css

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

 a { background-color: rgb(218,246,206); }

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

border-color css

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

 span { border-color: rgb(218,246,206); }

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