Html Css Color HEX #CCECD0 Granny Apple

📋 copy color: '#CCECD0'

red 204 ◦ green 236 ◦ blue 208

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

Shades of Granny Apple #CCECD0

Tints of Granny Apple #CCECD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.1%

R = 31.48%
G = 36.42%
B = 32.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#CCECD0 (or 0xCCECD0) is known color: Granny Apple. HEX triplet: CC, EC and D0. RGB value is (204,236,208). Sum of RGB (Red+Green+Blue) = 204+236+208=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD0 is #33132F. Grayscale: #DFDFDF. Windows color (decimal): -3347248 or 13692108. OLE color: 13692108.

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

Color convert

RGB 204 236 208 -
CMYK 0.14 0 0.12 0.07
HSL 127.5º 0.46% 0.86% -
HSV(B) 127.5º 0.14% 0.93% -
XYZ 66.28 77.38 71.12 -
YUV 223.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 204 236 208 0.14 0 0.12 0.07 127.5 0.46 0.86
Hex CC EC D0 E 0 C 7 80 2E 56
Octal 314 354 320 16 0 14 7 200 56 126
Binary 11001100 11101100 11010000 1110 0 1100 111 10000000 101110 1010110

Color Harmonies of #CCECD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECD0

Black with #CCECD0

Text Example


Text Example

White with #CCECD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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