Html Css Color HEX #D0EBCB Snowy Mint

📋 copy color: '#D0EBCB'

red 208 ◦ green 235 ◦ blue 203

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

Shades of Snowy Mint #D0EBCB

Tints of Snowy Mint #D0EBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.38%

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

R = 32.2%
G = 36.38%
B = 31.42%

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

#D0EBCB (or 0xD0EBCB) is known color: Snowy Mint. HEX triplet: D0, EB and CB. RGB value is (208,235,203). Sum of RGB (Red+Green+Blue) = 208+235+203=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBCB is #2F1434. Grayscale: #DFDFDF. Windows color (decimal): -3085365 or 13364176. OLE color: 13364176.

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

Color convert

RGB 208 235 203 -
CMYK 0.11 0 0.14 0.08
HSL 110.63º 0.44% 0.86% -
HSV(B) 110.63º 0.14% 0.92% -
XYZ 66.5 77.14 67.88 -
YUV 223.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 208 235 203 0.11 0 0.14 0.08 110.63 0.44 0.86
Hex D0 EB CB B 0 E 8 6F 2C 56
Octal 320 353 313 13 0 16 10 157 54 126
Binary 11010000 11101011 11001011 1011 0 1110 1000 1101111 101100 1010110

Color Harmonies of #D0EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBCB

Black with #D0EBCB

Text Example


Text Example

White with #D0EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBCB; }

 p { color: rgb(208,235,203); }

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

background-color css

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

 a { background-color: rgb(208,235,203); }

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

border-color css

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

 span { border-color: rgb(208,235,203); }

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