Html Css Color HEX #CCEACC Granny Apple

📋 copy color: '#CCEACC'

red 204 ◦ green 234 ◦ blue 204

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

Shades of Granny Apple #CCEACC

Tints of Granny Apple #CCEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.45%

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

R = 31.78%
G = 36.45%
B = 31.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#CCEACC (or 0xCCEACC) is known color: Granny Apple. HEX triplet: CC, EA and CC. RGB value is (204,234,204). Sum of RGB (Red+Green+Blue) = 204+234+204=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEACC is #331533. Grayscale: #DDDDDD. Windows color (decimal): -3347764 or 13429452. OLE color: 13429452.

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

Color convert

RGB 204 234 204 -
CMYK 0.13 0 0.13 0.08
HSL 120º 0.42% 0.86% -
HSV(B) 120º 0.13% 0.92% -
XYZ 65.22 76.04 68.37 -
YUV 221.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 204 234 204 0.13 0 0.13 0.08 120 0.42 0.86
Hex CC EA CC D 0 D 8 78 2A 56
Octal 314 352 314 15 0 15 10 170 52 126
Binary 11001100 11101010 11001100 1101 0 1101 1000 1111000 101010 1010110

Color Harmonies of #CCEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEACC

Black with #CCEACC

Text Example


Text Example

White with #CCEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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