Html Css Color HEX #CCEDCE Granny Apple

📋 copy color: '#CCEDCE'

red 204 ◦ green 237 ◦ blue 206

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

Shades of Granny Apple #CCEDCE

Tints of Granny Apple #CCEDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.84%

R = 31.53%
G = 36.63%
B = 31.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#CCEDCE (or 0xCCEDCE) is known color: Granny Apple. HEX triplet: CC, ED and CE. RGB value is (204,237,206). Sum of RGB (Red+Green+Blue) = 204+237+206=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDCE is #331231. Grayscale: #DFDFDF. Windows color (decimal): -3346994 or 13561292. OLE color: 13561292.

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

Color convert

RGB 204 237 206 -
CMYK 0.14 0 0.13 0.07
HSL 123.64º 0.48% 0.86% -
HSV(B) 123.64º 0.14% 0.93% -
XYZ 66.33 77.86 69.93 -
YUV 223.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 204 237 206 0.14 0 0.13 0.07 123.64 0.48 0.86
Hex CC ED CE E 0 D 7 7C 30 56
Octal 314 355 316 16 0 15 7 174 60 126
Binary 11001100 11101101 11001110 1110 0 1101 111 1111100 110000 1010110

Color Harmonies of #CCEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDCE

Black with #CCEDCE

Text Example


Text Example

White with #CCEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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