Html Css Color HEX #DAF9CD Snowy Mint

📋 copy color: '#DAF9CD'

red 218 ◦ green 249 ◦ blue 205

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

Shades of Snowy Mint #DAF9CD

Tints of Snowy Mint #DAF9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.51%

R = 32.44%
G = 37.05%
B = 30.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#DAF9CD (or 0xDAF9CD) is known color: Snowy Mint. HEX triplet: DA, F9 and CD. RGB value is (218,249,205). Sum of RGB (Red+Green+Blue) = 218+249+205=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9CD is #250632. Grayscale: #EAEAEA. Windows color (decimal): -2426419 or 13498842. OLE color: 13498842.

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

Color convert

RGB 218 249 205 -
CMYK 0.12 0 0.18 0.02
HSL 102.27º 0.79% 0.89% -
HSV(B) 102.27º 0.18% 0.98% -
XYZ 73.81 87.06 70.67 -
YUV 234.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 218 249 205 0.12 0 0.18 0.02 102.27 0.79 0.89
Hex DA F9 CD C 0 12 2 66 4F 59
Octal 332 371 315 14 0 22 2 146 117 131
Binary 11011010 11111001 11001101 1100 0 10010 10 1100110 1001111 1011001

Color Harmonies of #DAF9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF9CD

Black with #DAF9CD

Text Example


Text Example

White with #DAF9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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