Html Css Color HEX #D0EECA Snowy Mint

📋 copy color: '#D0EECA'

red 208 ◦ green 238 ◦ blue 202

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

Shades of Snowy Mint #D0EECA

Tints of Snowy Mint #D0EECA

RGB

 RED value IS 208 (81.64% from 255) = 32.1%

 GREEN value IS 238 (93.36% from 255) = 36.73%

 BLUE value IS 202 (79.3% from 255) = 31.17%

R = 32.1%
G = 36.73%
B = 31.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#D0EECA (or 0xD0EECA) is known color: Snowy Mint. HEX triplet: D0, EE and CA. RGB value is (208,238,202). Sum of RGB (Red+Green+Blue) = 208+238+202=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EECA is #2F1135. Grayscale: #E1E1E1. Windows color (decimal): -3084598 or 13299408. OLE color: 13299408.

HSL color Cylindrical-coordinate representation of color #D0EECA: hue angle of 110º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0EECA is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 202 -
CMYK 0.13 0 0.15 0.07
HSL 110º 0.51% 0.86% -
HSV(B) 110º 0.15% 0.93% -
XYZ 67.25 78.82 67.55 -
YUV 224.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 208 238 202 0.13 0 0.15 0.07 110 0.51 0.86
Hex D0 EE CA D 0 F 7 6E 33 56
Octal 320 356 312 15 0 17 7 156 63 126
Binary 11010000 11101110 11001010 1101 0 1111 111 1101110 110011 1010110

Color Harmonies of #D0EECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EECA

Black with #D0EECA

Text Example


Text Example

White with #D0EECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EECA; }

 p { color: rgb(208,238,202); }

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

background-color css

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

 a { background-color: rgb(208,238,202); }

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

border-color css

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

 span { border-color: rgb(208,238,202); }

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