Html Css Color HEX #CCECCD Granny Apple

📋 copy color: '#CCECCD'

red 204 ◦ green 236 ◦ blue 205

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

Shades of Granny Apple #CCECCD

Tints of Granny Apple #CCECCD

RGB

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

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

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

R = 31.63%
G = 36.59%
B = 31.78%

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

#CCECCD (or 0xCCECCD) is known color: Granny Apple. HEX triplet: CC, EC and CD. RGB value is (204,236,205). Sum of RGB (Red+Green+Blue) = 204+236+205=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECCD is #331332. Grayscale: #DEDEDE. Windows color (decimal): -3347251 or 13495500. OLE color: 13495500.

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

Color convert

RGB 204 236 205 -
CMYK 0.14 0 0.13 0.07
HSL 121.88º 0.46% 0.86% -
HSV(B) 121.88º 0.14% 0.93% -
XYZ 65.92 77.24 69.19 -
YUV 222.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 204 236 205 0.14 0 0.13 0.07 121.88 0.46 0.86
Hex CC EC CD E 0 D 7 7A 2E 56
Octal 314 354 315 16 0 15 7 172 56 126
Binary 11001100 11101100 11001101 1110 0 1101 111 1111010 101110 1010110

Color Harmonies of #CCECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECCD

Black with #CCECCD

Text Example


Text Example

White with #CCECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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