Html Css Color HEX #DAF6CC Snowy Mint

📋 copy color: '#DAF6CC'

red 218 ◦ green 246 ◦ blue 204

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

Shades of Snowy Mint #DAF6CC

Tints of Snowy Mint #DAF6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.54%

R = 32.63%
G = 36.83%
B = 30.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#DAF6CC (or 0xDAF6CC) is known color: Snowy Mint. HEX triplet: DA, F6 and CC. RGB value is (218,246,204). Sum of RGB (Red+Green+Blue) = 218+246+204=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6CC is #250933. Grayscale: #E8E8E8. Windows color (decimal): -2427188 or 13432538. OLE color: 13432538.

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

Color convert

RGB 218 246 204 -
CMYK 0.11 0 0.17 0.04
HSL 100º 0.7% 0.88% -
HSV(B) 100º 0.17% 0.96% -
XYZ 72.77 85.18 69.73 -
YUV 232.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 218 246 204 0.11 0 0.17 0.04 100 0.7 0.88
Hex DA F6 CC B 0 11 4 64 46 58
Octal 332 366 314 13 0 21 4 144 106 130
Binary 11011010 11110110 11001100 1011 0 10001 100 1100100 1000110 1011000

Color Harmonies of #DAF6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF6CC

Black with #DAF6CC

Text Example


Text Example

White with #DAF6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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