Html Css Color HEX #CCEECD Granny Apple

📋 copy color: '#CCEECD'

red 204 ◦ green 238 ◦ blue 205

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

Shades of Granny Apple #CCEECD

Tints of Granny Apple #CCEECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.68%

R = 31.53%
G = 36.79%
B = 31.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#CCEECD (or 0xCCEECD) is known color: Granny Apple. HEX triplet: CC, EE and CD. RGB value is (204,238,205). Sum of RGB (Red+Green+Blue) = 204+238+205=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEECD is #331132. Grayscale: #E0E0E0. Windows color (decimal): -3346739 or 13496012. OLE color: 13496012.

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

Color convert

RGB 204 238 205 -
CMYK 0.14 0 0.14 0.07
HSL 121.76º 0.5% 0.87% -
HSV(B) 121.76º 0.14% 0.93% -
XYZ 66.5 78.39 69.38 -
YUV 224.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 204 238 205 0.14 0 0.14 0.07 121.76 0.5 0.87
Hex CC EE CD E 0 E 7 7A 32 57
Octal 314 356 315 16 0 16 7 172 62 127
Binary 11001100 11101110 11001101 1110 0 1110 111 1111010 110010 1010111

Color Harmonies of #CCEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEECD

Black with #CCEECD

Text Example


Text Example

White with #CCEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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