#CDE3CA

Color #CDE3CA Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #CDE3CA

Tints of Snowy Mint #CDE3CA

Color information

#CDE3CA (or 0xCDE3CA) is unknown color: approx Snowy Mint. HEX triplet: CD, E3 and CA. RGB value is (205,227,202). Sum of RGB (Red+Green+Blue) = 205+227+202=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3CA is #321C35. Grayscale: #D9D9D9. Windows color (decimal): -3284022 or 13296589. OLE color: 13296589.

HSL color Cylindrical-coordinate representation of color #CDE3CA: hue angle of 112.8º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE3CA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB205227202-
CMYK0.1000.110.11
HSL112.8º30.86%84.12%-
HSV(B)112.8º11.01%89.02%-
XYZ63.3172.1866.47-
YUV217.57119.21119.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 227 (89.06% from 255) = 35.80%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=32.33%
G=35.80%
B=31.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052272020.1000.110.11112.830.8684.12
HexCDE3CAA0BB711f54
Octal315343312120131316137124
Binary11001101111000111100101010100101110111110001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3CA; }

 p { color: rgb(205,227,202); }

 H1.HeaderClassName
 {
   color: #CDE3CA;
 }
 .AnyTagClassName
 {
   color: #CDE3CA;
 }
</style>
background-color css

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

 a { background-color: rgb(205,227,202); }

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

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

 span { border-color: rgb(205,227,202); }

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