Html Css Color HEX #C6DDCD Granny Apple

📋 copy color: '#C6DDCD'

red 198 ◦ green 221 ◦ blue 205

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

Shades of Granny Apple #C6DDCD

Tints of Granny Apple #C6DDCD

RGB

 RED value IS 198 (77.73% from 255) = 31.73%

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

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

R = 31.73%
G = 35.42%
B = 32.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C6DDCD (or 0xC6DDCD) is known color: Granny Apple. HEX triplet: C6, DD and CD. RGB value is (198,221,205). Sum of RGB (Red+Green+Blue) = 198+221+205=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDCD is #392232. Grayscale: #D4D4D4. Windows color (decimal): -3744307 or 13491654. OLE color: 13491654.

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

Color convert

RGB 198 221 205 -
CMYK 0.10 0 0.07 0.13
HSL 138.26º 0.25% 0.82% -
HSV(B) 138.26º 0.1% 0.87% -
XYZ 60.16 68.13 67.74 -
YUV 212.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 198 221 205 0.10 0 0.07 0.13 138.26 0.25 0.82
Hex C6 DD CD A 0 7 D 8A 19 52
Octal 306 335 315 12 0 7 15 212 31 122
Binary 11000110 11011101 11001101 1010 0 111 1101 10001010 11001 1010010

Color Harmonies of #C6DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DDCD

Black with #C6DDCD

Text Example


Text Example

White with #C6DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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