Html Css Color HEX #C8DDCC Granny Apple

📋 copy color: '#C8DDCC'

red 200 ◦ green 221 ◦ blue 204

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

Shades of Granny Apple #C8DDCC

Tints of Granny Apple #C8DDCC

RGB

 RED value IS 200 (78.52% from 255) = 32%

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

 BLUE value IS 204 (80.08% from 255) = 32.64%

R = 32%
G = 35.36%
B = 32.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#C8DDCC (or 0xC8DDCC) is known color: Granny Apple. HEX triplet: C8, DD and CC. RGB value is (200,221,204). Sum of RGB (Red+Green+Blue) = 200+221+204=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDCC is #372233. Grayscale: #D4D4D4. Windows color (decimal): -3613236 or 13426120. OLE color: 13426120.

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

Color convert

RGB 200 221 204 -
CMYK 0.10 0 0.08 0.13
HSL 131.43º 0.24% 0.83% -
HSV(B) 131.43º 0.1% 0.87% -
XYZ 60.57 68.35 67.13 -
YUV 212.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 200 221 204 0.10 0 0.08 0.13 131.43 0.24 0.83
Hex C8 DD CC A 0 8 D 83 18 53
Octal 310 335 314 12 0 10 15 203 30 123
Binary 11001000 11011101 11001100 1010 0 1000 1101 10000011 11000 1010011

Color Harmonies of #C8DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDCC

Black with #C8DDCC

Text Example


Text Example

White with #C8DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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