Html Css Color HEX #CCEDCD Granny Apple

📋 copy color: '#CCEDCD'

red 204 ◦ green 237 ◦ blue 205

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

Shades of Granny Apple #CCEDCD

Tints of Granny Apple #CCEDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.69%

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

R = 31.58%
G = 36.69%
B = 31.73%

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

#CCEDCD (or 0xCCEDCD) is known color: Granny Apple. HEX triplet: CC, ED and CD. RGB value is (204,237,205). Sum of RGB (Red+Green+Blue) = 204+237+205=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDCD is #331232. Grayscale: #DFDFDF. Windows color (decimal): -3346995 or 13495756. OLE color: 13495756.

HSL color Cylindrical-coordinate representation of color #CCEDCD: hue angle of 121.82º degrees, saturation: 0.48, 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 #CCEDCD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 205 -
CMYK 0.14 0 0.14 0.07
HSL 121.82º 0.48% 0.86% -
HSV(B) 121.82º 0.14% 0.93% -
XYZ 66.21 77.81 69.29 -
YUV 223.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 204 237 205 0.14 0 0.14 0.07 121.82 0.48 0.86
Hex CC ED CD E 0 E 7 7A 30 56
Octal 314 355 315 16 0 16 7 172 60 126
Binary 11001100 11101101 11001101 1110 0 1110 111 1111010 110000 1010110

Color Harmonies of #CCEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDCD

Black with #CCEDCD

Text Example


Text Example

White with #CCEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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