Html Css Color HEX #DAF2CE Snowy Mint

📋 copy color: '#DAF2CE'

red 218 ◦ green 242 ◦ blue 206

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

Shades of Snowy Mint #DAF2CE

Tints of Snowy Mint #DAF2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.34%

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

R = 32.73%
G = 36.34%
B = 30.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#DAF2CE (or 0xDAF2CE) is known color: Snowy Mint. HEX triplet: DA, F2 and CE. RGB value is (218,242,206). Sum of RGB (Red+Green+Blue) = 218+242+206=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2CE is #250D31. Grayscale: #E6E6E6. Windows color (decimal): -2428210 or 13562586. OLE color: 13562586.

HSL color Cylindrical-coordinate representation of color #DAF2CE: hue angle of 100º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAF2CE is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 206 -
CMYK 0.10 0 0.15 0.05
HSL 100º 0.58% 0.88% -
HSV(B) 100º 0.15% 0.95% -
XYZ 71.81 82.87 70.6 -
YUV 230.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 218 242 206 0.10 0 0.15 0.05 100 0.58 0.88
Hex DA F2 CE A 0 F 5 64 3A 58
Octal 332 362 316 12 0 17 5 144 72 130
Binary 11011010 11110010 11001110 1010 0 1111 101 1100100 111010 1011000

Color Harmonies of #DAF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2CE

Black with #DAF2CE

Text Example


Text Example

White with #DAF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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