Html Css Color HEX #CCECCC Granny Apple

📋 copy color: '#CCECCC'

red 204 ◦ green 236 ◦ blue 204

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

Shades of Granny Apple #CCECCC

Tints of Granny Apple #CCECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.65%

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

R = 31.68%
G = 36.65%
B = 31.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#CCECCC (or 0xCCECCC) is known color: Granny Apple. HEX triplet: CC, EC and CC. RGB value is (204,236,204). Sum of RGB (Red+Green+Blue) = 204+236+204=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECCC is #331333. Grayscale: #DEDEDE. Windows color (decimal): -3347252 or 13429964. OLE color: 13429964.

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

Color convert

RGB 204 236 204 -
CMYK 0.14 0 0.14 0.07
HSL 120º 0.46% 0.86% -
HSV(B) 120º 0.14% 0.93% -
XYZ 65.8 77.19 68.56 -
YUV 222.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 204 236 204 0.14 0 0.14 0.07 120 0.46 0.86
Hex CC EC CC E 0 E 7 78 2E 56
Octal 314 354 314 16 0 16 7 170 56 126
Binary 11001100 11101100 11001100 1110 0 1110 111 1111000 101110 1010110

Color Harmonies of #CCECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECCC

Black with #CCECCC

Text Example


Text Example

White with #CCECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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