Html Css Color HEX #C7DDCD Granny Apple

📋 copy color: '#C7DDCD'

red 199 ◦ green 221 ◦ blue 205

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

Shades of Granny Apple #C7DDCD

Tints of Granny Apple #C7DDCD

RGB

 RED value IS 199 (78.13% from 255) = 31.84%

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

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

R = 31.84%
G = 35.36%
B = 32.8%

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

#C7DDCD (or 0xC7DDCD) is known color: Granny Apple. HEX triplet: C7, DD and CD. RGB value is (199,221,205). Sum of RGB (Red+Green+Blue) = 199+221+205=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDCD is #382232. Grayscale: #D4D4D4. Windows color (decimal): -3678771 or 13491655. OLE color: 13491655.

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

Color convert

RGB 199 221 205 -
CMYK 0.10 0 0.07 0.13
HSL 136.36º 0.24% 0.82% -
HSV(B) 136.36º 0.1% 0.87% -
XYZ 60.43 68.26 67.75 -
YUV 212.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 199 221 205 0.10 0 0.07 0.13 136.36 0.24 0.82
Hex C7 DD CD A 0 7 D 88 18 52
Octal 307 335 315 12 0 7 15 210 30 122
Binary 11000111 11011101 11001101 1010 0 111 1101 10001000 11000 1010010

Color Harmonies of #C7DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DDCD

Black with #C7DDCD

Text Example


Text Example

White with #C7DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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