#C8DDCD

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

Shades of Granny Apple #C8DDCD

Tints of Granny Apple #C8DDCD

Color information

#C8DDCD (or 0xC8DDCD) is unknown color: approx Granny Apple. HEX triplet: C8, DD and CD. RGB value is (200,221,205). Sum of RGB (Red+Green+Blue) = 200+221+205=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDCD is #372232. Grayscale: #D4D4D4. Windows color (decimal): -3613235 or 13491656. OLE color: 13491656.

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

Color convert

RGB200221205-
CMYK0.1000.070.13
HSL134.29º23.6%82.55%-
HSV(B)134.29º9.5%86.67%-
XYZ60.768.467.76-
YUV212.9123.54118.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.95%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=31.95%
G=35.30%
B=32.75%

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
Decimal2002212050.1000.070.13134.2923.682.55
HexC8DDCDA07D861853
Octal31033531512071520630123
Binary11001000110111011100110110100111110110000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDCD; }

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

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

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

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

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

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

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

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