Html Css Color HEX #DAF1CB Snowy Mint

📋 copy color: '#DAF1CB'

red 218 ◦ green 241 ◦ blue 203

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

Shades of Snowy Mint #DAF1CB

Tints of Snowy Mint #DAF1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.4%

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

R = 32.93%
G = 36.4%
B = 30.66%

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

#DAF1CB (or 0xDAF1CB) is known color: Snowy Mint. HEX triplet: DA, F1 and CB. RGB value is (218,241,203). Sum of RGB (Red+Green+Blue) = 218+241+203=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1CB is #250E34. Grayscale: #E5E5E5. Windows color (decimal): -2428469 or 13365722. OLE color: 13365722.

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

Color convert

RGB 218 241 203 -
CMYK 0.10 0 0.16 0.05
HSL 96.32º 0.58% 0.87% -
HSV(B) 96.32º 0.16% 0.95% -
XYZ 71.15 82.13 68.6 -
YUV 229.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 218 241 203 0.10 0 0.16 0.05 96.32 0.58 0.87
Hex DA F1 CB A 0 10 5 60 3A 57
Octal 332 361 313 12 0 20 5 140 72 127
Binary 11011010 11110001 11001011 1010 0 10000 101 1100000 111010 1010111

Color Harmonies of #DAF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1CB

Black with #DAF1CB

Text Example


Text Example

White with #DAF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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