#C6DDCF

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

Shades of Granny Apple #C6DDCF

Tints of Granny Apple #C6DDCF

Color information

#C6DDCF (or 0xC6DDCF) is unknown color: approx Granny Apple. HEX triplet: C6, DD and CF. RGB value is (198,221,207). Sum of RGB (Red+Green+Blue) = 198+221+207=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDCF is #392230. Grayscale: #D4D4D4. Windows color (decimal): -3744305 or 13622726. OLE color: 13622726.

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

Color convert

RGB198221207-
CMYK0.1000.060.13
HSL143.48º25.27%82.16%-
HSV(B)143.48º10.41%86.67%-
XYZ60.4168.2269.02-
YUV212.53124.88117.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.63%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=31.63%
G=35.30%
B=33.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982212070.1000.060.13143.4825.2782.16
HexC6DDCFA06D8f1952
Octal30633531712061521731122
Binary11000110110111011100111110100110110110001111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDCF; }

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

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

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

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

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

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

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

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