#C6DDCD

Color #C6DDCD Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C6DDCD

Tints of Granny Apple #C6DDCD

Color information

#C6DDCD (or 0xC6DDCD) is unknown color: approx Granny Apple. HEX triplet: C6, DD and CD. RGB value is (198,221,205). Sum of RGB (Red+Green+Blue) = 198+221+205=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDCD is #392232. Grayscale: #D4D4D4. Windows color (decimal): -3744307 or 13491654. OLE color: 13491654.

HSL color Cylindrical-coordinate representation of color #C6DDCD: hue angle of 138.26º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DDCD is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB198221205-
CMYK0.1000.070.13
HSL138.26º25.27%82.16%-
HSV(B)138.26º10.41%86.67%-
XYZ60.1668.1367.74-
YUV212.3123.88117.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.73%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=31.73%
G=35.42%
B=32.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982212050.1000.070.13138.2625.2782.16
HexC6DDCDA07D8a1952
Octal30633531512071521231122
Binary11000110110111011100110110100111110110001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDCD; }

 p { color: rgb(198,221,205); }

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

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

 a { background-color: rgb(198,221,205); }

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

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

 span { border-color: rgb(198,221,205); }

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