#C6DDCE

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

Shades of Granny Apple #C6DDCE

Tints of Granny Apple #C6DDCE

Color information

#C6DDCE (or 0xC6DDCE) is unknown color: approx Granny Apple. HEX triplet: C6, DD and CE. RGB value is (198,221,206). Sum of RGB (Red+Green+Blue) = 198+221+206=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDCE is #392231. Grayscale: #D4D4D4. Windows color (decimal): -3744306 or 13557190. OLE color: 13557190.

HSL color Cylindrical-coordinate representation of color #C6DDCE: hue angle of 140.87º 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 #C6DDCE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB198221206-
CMYK0.1000.070.13
HSL140.87º25.27%82.16%-
HSV(B)140.87º10.41%86.67%-
XYZ60.2968.1768.37-
YUV212.41124.38117.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.68%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=31.68%
G=35.36%
B=32.96%

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
Decimal1982212060.1000.070.13140.8725.2782.16
HexC6DDCEA07D8d1952
Octal30633531612071521531122
Binary11000110110111011100111010100111110110001101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDCE; }

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

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

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

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

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

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

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

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