Html Css Color HEX #DAF4CC Snowy Mint

📋 copy color: '#DAF4CC'

red 218 ◦ green 244 ◦ blue 204

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

Shades of Snowy Mint #DAF4CC

Tints of Snowy Mint #DAF4CC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.64%

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

R = 32.73%
G = 36.64%
B = 30.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#DAF4CC (or 0xDAF4CC) is known color: Snowy Mint. HEX triplet: DA, F4 and CC. RGB value is (218,244,204). Sum of RGB (Red+Green+Blue) = 218+244+204=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF4CC is #250B33. Grayscale: #E7E7E7. Windows color (decimal): -2427700 or 13432026. OLE color: 13432026.

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

Color convert

RGB 218 244 204 -
CMYK 0.11 0 0.16 0.04
HSL 99º 0.65% 0.88% -
HSV(B) 99º 0.16% 0.96% -
XYZ 72.16 83.97 69.53 -
YUV 231.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 218 244 204 0.11 0 0.16 0.04 99 0.65 0.88
Hex DA F4 CC B 0 10 4 63 41 58
Octal 332 364 314 13 0 20 4 143 101 130
Binary 11011010 11110100 11001100 1011 0 10000 100 1100011 1000001 1011000

Color Harmonies of #DAF4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF4CC

Black with #DAF4CC

Text Example


Text Example

White with #DAF4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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