Html Css Color HEX #C5DDCD Granny Apple

📋 copy color: '#C5DDCD'

red 197 ◦ green 221 ◦ blue 205

#C5DDCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #C5DDCD

Tints of Granny Apple #C5DDCD

RGB

 RED value IS 197 (77.34% from 255) = 31.62%

 GREEN value IS 221 (86.72% from 255) = 35.47%

 BLUE value IS 205 (80.47% from 255) = 32.91%

R = 31.62%
G = 35.47%
B = 32.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C5DDCD (or 0xC5DDCD) is known color: Granny Apple. HEX triplet: C5, DD and CD. RGB value is (197,221,205). Sum of RGB (Red+Green+Blue) = 197+221+205=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDCD is #3A2232. Grayscale: #D4D4D4. Windows color (decimal): -3809843 or 13491653. OLE color: 13491653.

HSL color Cylindrical-coordinate representation of color #C5DDCD: hue angle of 140º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DDCD is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 221 205 -
CMYK 0.11 0 0.07 0.13
HSL 140º 0.26% 0.82% -
HSV(B) 140º 0.11% 0.87% -
XYZ 59.9 67.99 67.72 -
YUV 212 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 197 221 205 0.11 0 0.07 0.13 140 0.26 0.82
Hex C5 DD CD B 0 7 D 8C 1A 52
Octal 305 335 315 13 0 7 15 214 32 122
Binary 11000101 11011101 11001101 1011 0 111 1101 10001100 11010 1010010

Color Harmonies of #C5DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DDCD

Black with #C5DDCD

Text Example


Text Example

White with #C5DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DDCD; }

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

 H1.HeaderClassName
 {
   color: #C5DDCD;
 }
 .AnyTagClassName
 {
   color: #C5DDCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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