Html Css Color HEX #CCEECE Granny Apple

📋 copy color: '#CCEECE'

red 204 ◦ green 238 ◦ blue 206

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

Shades of Granny Apple #CCEECE

Tints of Granny Apple #CCEECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.73%

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

R = 31.48%
G = 36.73%
B = 31.79%

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

#CCEECE (or 0xCCEECE) is known color: Granny Apple. HEX triplet: CC, EE and CE. RGB value is (204,238,206). Sum of RGB (Red+Green+Blue) = 204+238+206=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEECE is #331131. Grayscale: #E0E0E0. Windows color (decimal): -3346738 or 13561548. OLE color: 13561548.

HSL color Cylindrical-coordinate representation of color #CCEECE: hue angle of 123.53º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEECE is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 206 -
CMYK 0.14 0 0.13 0.07
HSL 123.53º 0.5% 0.87% -
HSV(B) 123.53º 0.14% 0.93% -
XYZ 66.62 78.44 70.02 -
YUV 224.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 204 238 206 0.14 0 0.13 0.07 123.53 0.5 0.87
Hex CC EE CE E 0 D 7 7C 32 57
Octal 314 356 316 16 0 15 7 174 62 127
Binary 11001100 11101110 11001110 1110 0 1101 111 1111100 110010 1010111

Color Harmonies of #CCEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEECE

Black with #CCEECE

Text Example


Text Example

White with #CCEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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