Html Css Color HEX #DAF2CB Snowy Mint

📋 copy color: '#DAF2CB'

red 218 ◦ green 242 ◦ blue 203

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

Shades of Snowy Mint #DAF2CB

Tints of Snowy Mint #DAF2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.62%

R = 32.88%
G = 36.5%
B = 30.62%

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

#DAF2CB (or 0xDAF2CB) is known color: Snowy Mint. HEX triplet: DA, F2 and CB. RGB value is (218,242,203). Sum of RGB (Red+Green+Blue) = 218+242+203=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2CB is #250D34. Grayscale: #E6E6E6. Windows color (decimal): -2428213 or 13365978. OLE color: 13365978.

HSL color Cylindrical-coordinate representation of color #DAF2CB: hue angle of 96.92º degrees, saturation: 0.6, 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 #DAF2CB is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 203 -
CMYK 0.10 0 0.16 0.05
HSL 96.92º 0.6% 0.87% -
HSV(B) 96.92º 0.16% 0.95% -
XYZ 71.45 82.72 68.7 -
YUV 230.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 218 242 203 0.10 0 0.16 0.05 96.92 0.6 0.87
Hex DA F2 CB A 0 10 5 61 3C 57
Octal 332 362 313 12 0 20 5 141 74 127
Binary 11011010 11110010 11001011 1010 0 10000 101 1100001 111100 1010111

Color Harmonies of #DAF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2CB

Black with #DAF2CB

Text Example


Text Example

White with #DAF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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