Html Css Color HEX #D0EACA Snowy Mint

📋 copy color: '#D0EACA'

red 208 ◦ green 234 ◦ blue 202

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

Shades of Snowy Mint #D0EACA

Tints of Snowy Mint #D0EACA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.34%

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

R = 32.3%
G = 36.34%
B = 31.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#D0EACA (or 0xD0EACA) is known color: Snowy Mint. HEX triplet: D0, EA and CA. RGB value is (208,234,202). Sum of RGB (Red+Green+Blue) = 208+234+202=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EACA is #2F1535. Grayscale: #DEDEDE. Windows color (decimal): -3085622 or 13298384. OLE color: 13298384.

HSL color Cylindrical-coordinate representation of color #D0EACA: hue angle of 108.75º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0EACA is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 234 202 -
CMYK 0.11 0 0.14 0.08
HSL 108.75º 0.43% 0.85% -
HSV(B) 108.75º 0.14% 0.92% -
XYZ 66.1 76.52 67.16 -
YUV 222.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 208 234 202 0.11 0 0.14 0.08 108.75 0.43 0.85
Hex D0 EA CA B 0 E 8 6D 2B 55
Octal 320 352 312 13 0 16 10 155 53 125
Binary 11010000 11101010 11001010 1011 0 1110 1000 1101101 101011 1010101

Color Harmonies of #D0EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EACA

Black with #D0EACA

Text Example


Text Example

White with #D0EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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