#C5DCCE

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

Shades of Granny Apple #C5DCCE

Tints of Granny Apple #C5DCCE

Color information

#C5DCCE (or 0xC5DCCE) is unknown color: approx Granny Apple. HEX triplet: C5, DC and CE. RGB value is (197,220,206). Sum of RGB (Red+Green+Blue) = 197+220+206=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCCE is #3A2331. Grayscale: #D3D3D3. Windows color (decimal): -3810098 or 13556933. OLE color: 13556933.

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

Color convert

RGB197220206-
CMYK0.1000.060.14
HSL143.48º24.73%81.76%-
HSV(B)143.48º10.45%86.27%-
XYZ59.7667.5168.27-
YUV211.53124.88117.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.62%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=31.62%
G=35.31%
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.14
SystemRedGreenBlueCMYKHSL
Decimal1972202060.1000.060.14143.4824.7381.76
HexC5DCCEA06E8f1952
Octal30533431612061621731122
Binary11000101110111001100111010100110111010001111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCCE; }

 p { color: rgb(197,220,206); }

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

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

 a { background-color: rgb(197,220,206); }

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

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

 span { border-color: rgb(197,220,206); }

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