Html Css Color HEX #C5DCCD Granny Apple

📋 copy color: '#C5DCCD'

red 197 ◦ green 220 ◦ blue 205

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

Shades of Granny Apple #C5DCCD

Tints of Granny Apple #C5DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.37%

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

R = 31.67%
G = 35.37%
B = 32.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#C5DCCD (or 0xC5DCCD) is known color: Granny Apple. HEX triplet: C5, DC and CD. RGB value is (197,220,205). Sum of RGB (Red+Green+Blue) = 197+220+205=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCCD is #3A2332. Grayscale: #D3D3D3. Windows color (decimal): -3810099 or 13491397. OLE color: 13491397.

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

Color convert

RGB 197 220 205 -
CMYK 0.10 0 0.07 0.14
HSL 140.87º 0.25% 0.82% -
HSV(B) 140.87º 0.1% 0.86% -
XYZ 59.64 67.46 67.64 -
YUV 211.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 197 220 205 0.10 0 0.07 0.14 140.87 0.25 0.82
Hex C5 DC CD A 0 7 E 8D 19 52
Octal 305 334 315 12 0 7 16 215 31 122
Binary 11000101 11011100 11001101 1010 0 111 1110 10001101 11001 1010010

Color Harmonies of #C5DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCCD

Black with #C5DCCD

Text Example


Text Example

White with #C5DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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