Html Css Color HEX #DAFCCC Snowy Mint

📋 copy color: '#DAFCCC'

red 218 ◦ green 252 ◦ blue 204

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

Shades of Snowy Mint #DAFCCC

Tints of Snowy Mint #DAFCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.39%

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

R = 32.34%
G = 37.39%
B = 30.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#DAFCCC (or 0xDAFCCC) is known color: Snowy Mint. HEX triplet: DA, FC and CC. RGB value is (218,252,204). Sum of RGB (Red+Green+Blue) = 218+252+204=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCCC is #250333. Grayscale: #ECECEC. Windows color (decimal): -2425652 or 13434074. OLE color: 13434074.

HSL color Cylindrical-coordinate representation of color #DAFCCC: hue angle of 102.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAFCCC is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 204 -
CMYK 0.13 0 0.19 0.01
HSL 102.5º 0.89% 0.89% -
HSV(B) 102.5º 0.19% 0.99% -
XYZ 74.62 88.89 70.35 -
YUV 236.36 109.74 114.9 -
System Red Green Blue C M Y K H S L
Decimal 218 252 204 0.13 0 0.19 0.01 102.5 0.89 0.89
Hex DA FC CC D 0 13 1 66 59 59
Octal 332 374 314 15 0 23 1 146 131 131
Binary 11011010 11111100 11001100 1101 0 10011 1 1100110 1011001 1011001

Color Harmonies of #DAFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFCCC

Black with #DAFCCC

Text Example


Text Example

White with #DAFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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