Html Css Color HEX #CCEED7 Granny Apple

📋 copy color: '#CCEED7'

red 204 ◦ green 238 ◦ blue 215

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

Shades of Granny Apple #CCEED7

Tints of Granny Apple #CCEED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.72%

R = 31.05%
G = 36.23%
B = 32.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#CCEED7 (or 0xCCEED7) is known color: Granny Apple. HEX triplet: CC, EE and D7. RGB value is (204,238,215). Sum of RGB (Red+Green+Blue) = 204+238+215=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED7 is #331128. Grayscale: #E1E1E1. Windows color (decimal): -3346729 or 14151372. OLE color: 14151372.

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

Color convert

RGB 204 238 215 -
CMYK 0.14 0 0.10 0.07
HSL 139.41º 0.5% 0.87% -
HSV(B) 139.41º 0.14% 0.93% -
XYZ 67.74 78.89 75.95 -
YUV 225.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 204 238 215 0.14 0 0.10 0.07 139.41 0.5 0.87
Hex CC EE D7 E 0 A 7 8B 32 57
Octal 314 356 327 16 0 12 7 213 62 127
Binary 11001100 11101110 11010111 1110 0 1010 111 10001011 110010 1010111

Color Harmonies of #CCEED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEED7

Black with #CCEED7

Text Example


Text Example

White with #CCEED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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