#C5DBCD

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

Shades of Granny Apple #C5DBCD

Tints of Granny Apple #C5DBCD

Color information

#C5DBCD (or 0xC5DBCD) is unknown color: approx Granny Apple. HEX triplet: C5, DB and CD. RGB value is (197,219,205). Sum of RGB (Red+Green+Blue) = 197+219+205=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBCD is #3A2432. Grayscale: #D2D2D2. Windows color (decimal): -3810355 or 13491141. OLE color: 13491141.

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

Color convert

RGB197219205-
CMYK0.1000.060.14
HSL141.82º23.4%81.57%-
HSV(B)141.82º10.05%85.88%-
XYZ59.3866.9467.55-
YUV210.83124.71118.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.72%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=31.72%
G=35.27%
B=33.01%

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
Decimal1972192050.1000.060.14141.8223.481.57
HexC5DBCDA06E8e1752
Octal30533331512061621627122
Binary11000101110110111100110110100110111010001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBCD; }

 p { color: rgb(197,219,205); }

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

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

 a { background-color: rgb(197,219,205); }

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

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

 span { border-color: rgb(197,219,205); }

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