Html Css Color HEX #CCECCF Granny Apple

📋 copy color: '#CCECCF'

red 204 ◦ green 236 ◦ blue 207

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

Shades of Granny Apple #CCECCF

Tints of Granny Apple #CCECCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.99%

R = 31.53%
G = 36.48%
B = 31.99%

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

#CCECCF (or 0xCCECCF) is known color: Granny Apple. HEX triplet: CC, EC and CF. RGB value is (204,236,207). Sum of RGB (Red+Green+Blue) = 204+236+207=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECCF is #331330. Grayscale: #DFDFDF. Windows color (decimal): -3347249 or 13626572. OLE color: 13626572.

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

Color convert

RGB 204 236 207 -
CMYK 0.14 0 0.12 0.07
HSL 125.63º 0.46% 0.86% -
HSV(B) 125.63º 0.14% 0.93% -
XYZ 66.16 77.33 70.47 -
YUV 223.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 204 236 207 0.14 0 0.12 0.07 125.63 0.46 0.86
Hex CC EC CF E 0 C 7 7E 2E 56
Octal 314 354 317 16 0 14 7 176 56 126
Binary 11001100 11101100 11001111 1110 0 1100 111 1111110 101110 1010110

Color Harmonies of #CCECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECCF

Black with #CCECCF

Text Example


Text Example

White with #CCECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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