Html Css Color HEX #DAF9CE Snowy Mint

📋 copy color: '#DAF9CE'

red 218 ◦ green 249 ◦ blue 206

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

Shades of Snowy Mint #DAF9CE

Tints of Snowy Mint #DAF9CE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37%

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

R = 32.39%
G = 37%
B = 30.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#DAF9CE (or 0xDAF9CE) is known color: Snowy Mint. HEX triplet: DA, F9 and CE. RGB value is (218,249,206). Sum of RGB (Red+Green+Blue) = 218+249+206=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9CE is #250631. Grayscale: #EAEAEA. Windows color (decimal): -2426418 or 13564378. OLE color: 13564378.

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

Color convert

RGB 218 249 206 -
CMYK 0.12 0 0.17 0.02
HSL 103.26º 0.78% 0.89% -
HSV(B) 103.26º 0.17% 0.98% -
XYZ 73.93 87.11 71.31 -
YUV 234.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 218 249 206 0.12 0 0.17 0.02 103.26 0.78 0.89
Hex DA F9 CE C 0 11 2 67 4E 59
Octal 332 371 316 14 0 21 2 147 116 131
Binary 11011010 11111001 11001110 1100 0 10001 10 1100111 1001110 1011001

Color Harmonies of #DAF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF9CE

Black with #DAF9CE

Text Example


Text Example

White with #DAF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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