Html Css Color HEX #CCEED5 Granny Apple

📋 copy color: '#CCEED5'

red 204 ◦ green 238 ◦ blue 213

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

Shades of Granny Apple #CCEED5

Tints of Granny Apple #CCEED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.52%

R = 31.15%
G = 36.34%
B = 32.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#CCEED5 (or 0xCCEED5) is known color: Granny Apple. HEX triplet: CC, EE and D5. RGB value is (204,238,213). Sum of RGB (Red+Green+Blue) = 204+238+213=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED5 is #33112A. Grayscale: #E1E1E1. Windows color (decimal): -3346731 or 14020300. OLE color: 14020300.

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

Color convert

RGB 204 238 213 -
CMYK 0.14 0 0.11 0.07
HSL 135.88º 0.5% 0.87% -
HSV(B) 135.88º 0.14% 0.93% -
XYZ 67.49 78.79 74.6 -
YUV 224.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 204 238 213 0.14 0 0.11 0.07 135.88 0.5 0.87
Hex CC EE D5 E 0 B 7 88 32 57
Octal 314 356 325 16 0 13 7 210 62 127
Binary 11001100 11101110 11010101 1110 0 1011 111 10001000 110010 1010111

Color Harmonies of #CCEED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEED5

Black with #CCEED5

Text Example


Text Example

White with #CCEED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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