Html Css Color HEX #CCE8CD Granny Apple

📋 copy color: '#CCE8CD'

red 204 ◦ green 232 ◦ blue 205

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

Shades of Granny Apple #CCE8CD

Tints of Granny Apple #CCE8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.98%

R = 31.83%
G = 36.19%
B = 31.98%

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

#CCE8CD (or 0xCCE8CD) is known color: Granny Apple. HEX triplet: CC, E8 and CD. RGB value is (204,232,205). Sum of RGB (Red+Green+Blue) = 204+232+205=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8CD is #331732. Grayscale: #DCDCDC. Windows color (decimal): -3348275 or 13494476. OLE color: 13494476.

HSL color Cylindrical-coordinate representation of color #CCE8CD: hue angle of 122.14º 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 #CCE8CD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 232 205 -
CMYK 0.12 0 0.12 0.09
HSL 122.14º 0.38% 0.85% -
HSV(B) 122.14º 0.12% 0.91% -
XYZ 64.78 74.96 68.81 -
YUV 220.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 204 232 205 0.12 0 0.12 0.09 122.14 0.38 0.85
Hex CC E8 CD C 0 C 9 7A 26 55
Octal 314 350 315 14 0 14 11 172 46 125
Binary 11001100 11101000 11001101 1100 0 1100 1001 1111010 100110 1010101

Color Harmonies of #CCE8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8CD

Black with #CCE8CD

Text Example


Text Example

White with #CCE8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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