Html Css Color HEX #CCEED8 Granny Apple

📋 copy color: '#CCEED8'

red 204 ◦ green 238 ◦ blue 216

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

Shades of Granny Apple #CCEED8

Tints of Granny Apple #CCEED8

RGB

 RED value IS 204 (80.08% from 255) = 31%

 GREEN value IS 238 (93.36% from 255) = 36.17%

 BLUE value IS 216 (84.77% from 255) = 32.83%

R = 31%
G = 36.17%
B = 32.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#CCEED8 (or 0xCCEED8) is known color: Granny Apple. HEX triplet: CC, EE and D8. RGB value is (204,238,216). Sum of RGB (Red+Green+Blue) = 204+238+216=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED8 is #331127. Grayscale: #E1E1E1. Windows color (decimal): -3346728 or 14216908. OLE color: 14216908.

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

Color convert

RGB 204 238 216 -
CMYK 0.14 0 0.09 0.07
HSL 141.18º 0.5% 0.87% -
HSV(B) 141.18º 0.14% 0.93% -
XYZ 67.87 78.94 76.63 -
YUV 225.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 204 238 216 0.14 0 0.09 0.07 141.18 0.5 0.87
Hex CC EE D8 E 0 9 7 8D 32 57
Octal 314 356 330 16 0 11 7 215 62 127
Binary 11001100 11101110 11011000 1110 0 1001 111 10001101 110010 1010111

Color Harmonies of #CCEED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEED8

Black with #CCEED8

Text Example


Text Example

White with #CCEED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEED8; }

 p { color: rgb(204,238,216); }

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

background-color css

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

 a { background-color: rgb(204,238,216); }

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

border-color css

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

 span { border-color: rgb(204,238,216); }

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