Html Css Color HEX #DAF2CC Snowy Mint

📋 copy color: '#DAF2CC'

red 218 ◦ green 242 ◦ blue 204

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

Shades of Snowy Mint #DAF2CC

Tints of Snowy Mint #DAF2CC

RGB

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

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

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

R = 32.83%
G = 36.45%
B = 30.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#DAF2CC (or 0xDAF2CC) is known color: Snowy Mint. HEX triplet: DA, F2 and CC. RGB value is (218,242,204). Sum of RGB (Red+Green+Blue) = 218+242+204=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2CC is #250D33. Grayscale: #E6E6E6. Windows color (decimal): -2428212 or 13431514. OLE color: 13431514.

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

Color convert

RGB 218 242 204 -
CMYK 0.10 0 0.16 0.05
HSL 97.89º 0.59% 0.87% -
HSV(B) 97.89º 0.16% 0.95% -
XYZ 71.56 82.77 69.33 -
YUV 230.49 113.05 119.09 -
System Red Green Blue C M Y K H S L
Decimal 218 242 204 0.10 0 0.16 0.05 97.89 0.59 0.87
Hex DA F2 CC A 0 10 5 62 3B 57
Octal 332 362 314 12 0 20 5 142 73 127
Binary 11011010 11110010 11001100 1010 0 10000 101 1100010 111011 1010111

Color Harmonies of #DAF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2CC

Black with #DAF2CC

Text Example


Text Example

White with #DAF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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