Html Css Color HEX #CCE8CC Granny Apple

📋 copy color: '#CCE8CC'

red 204 ◦ green 232 ◦ blue 204

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

Shades of Granny Apple #CCE8CC

Tints of Granny Apple #CCE8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.25%

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

R = 31.88%
G = 36.25%
B = 31.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#CCE8CC (or 0xCCE8CC) is known color: Granny Apple. HEX triplet: CC, E8 and CC. RGB value is (204,232,204). Sum of RGB (Red+Green+Blue) = 204+232+204=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8CC is #331733. Grayscale: #DCDCDC. Windows color (decimal): -3348276 or 13428940. OLE color: 13428940.

HSL color Cylindrical-coordinate representation of color #CCE8CC: hue angle of 120º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE8CC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 232 204 -
CMYK 0.12 0 0.12 0.09
HSL 120º 0.38% 0.85% -
HSV(B) 120º 0.12% 0.91% -
XYZ 64.66 74.91 68.18 -
YUV 220.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 204 232 204 0.12 0 0.12 0.09 120 0.38 0.85
Hex CC E8 CC C 0 C 9 78 26 55
Octal 314 350 314 14 0 14 11 170 46 125
Binary 11001100 11101000 11001100 1100 0 1100 1001 1111000 100110 1010101

Color Harmonies of #CCE8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8CC

Black with #CCE8CC

Text Example


Text Example

White with #CCE8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8CC; }

 p { color: rgb(204,232,204); }

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

background-color css

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

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

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

border-color css

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

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

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