Html Css Color HEX #DAF8CC Snowy Mint

📋 copy color: '#DAF8CC'

red 218 ◦ green 248 ◦ blue 204

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

Shades of Snowy Mint #DAF8CC

Tints of Snowy Mint #DAF8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.01%

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

R = 32.54%
G = 37.01%
B = 30.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#DAF8CC (or 0xDAF8CC) is known color: Snowy Mint. HEX triplet: DA, F8 and CC. RGB value is (218,248,204). Sum of RGB (Red+Green+Blue) = 218+248+204=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8CC is #250733. Grayscale: #EAEAEA. Windows color (decimal): -2426676 or 13433050. OLE color: 13433050.

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

Color convert

RGB 218 248 204 -
CMYK 0.12 0 0.18 0.03
HSL 100.91º 0.76% 0.89% -
HSV(B) 100.91º 0.18% 0.97% -
XYZ 73.38 86.4 69.94 -
YUV 234.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 218 248 204 0.12 0 0.18 0.03 100.91 0.76 0.89
Hex DA F8 CC C 0 12 3 65 4C 59
Octal 332 370 314 14 0 22 3 145 114 131
Binary 11011010 11111000 11001100 1100 0 10010 11 1100101 1001100 1011001

Color Harmonies of #DAF8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF8CC

Black with #DAF8CC

Text Example


Text Example

White with #DAF8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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