Html Css Color HEX #C8EDCC Granny Apple

📋 copy color: '#C8EDCC'

red 200 ◦ green 237 ◦ blue 204

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

Shades of Granny Apple #C8EDCC

Tints of Granny Apple #C8EDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.97%

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

R = 31.2%
G = 36.97%
B = 31.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#C8EDCC (or 0xC8EDCC) is known color: Granny Apple. HEX triplet: C8, ED and CC. RGB value is (200,237,204). Sum of RGB (Red+Green+Blue) = 200+237+204=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDCC is #371233. Grayscale: #DEDEDE. Windows color (decimal): -3609140 or 13430216. OLE color: 13430216.

HSL color Cylindrical-coordinate representation of color #C8EDCC: hue angle of 126.49º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EDCC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 237 204 -
CMYK 0.16 0 0.14 0.07
HSL 126.49º 0.51% 0.86% -
HSV(B) 126.49º 0.16% 0.93% -
XYZ 65 77.21 68.6 -
YUV 222.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 200 237 204 0.16 0 0.14 0.07 126.49 0.51 0.86
Hex C8 ED CC 10 0 E 7 7E 33 56
Octal 310 355 314 20 0 16 7 176 63 126
Binary 11001000 11101101 11001100 10000 0 1110 111 1111110 110011 1010110

Color Harmonies of #C8EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EDCC

Black with #C8EDCC

Text Example


Text Example

White with #C8EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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