Html Css Color HEX #CCEED6 Granny Apple

📋 copy color: '#CCEED6'

red 204 ◦ green 238 ◦ blue 214

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

Shades of Granny Apple #CCEED6

Tints of Granny Apple #CCEED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.62%

R = 31.1%
G = 36.28%
B = 32.62%

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

#CCEED6 (or 0xCCEED6) is known color: Granny Apple. HEX triplet: CC, EE and D6. RGB value is (204,238,214). Sum of RGB (Red+Green+Blue) = 204+238+214=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED6 is #331129. Grayscale: #E1E1E1. Windows color (decimal): -3346730 or 14085836. OLE color: 14085836.

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

Color convert

RGB 204 238 214 -
CMYK 0.14 0 0.10 0.07
HSL 137.65º 0.5% 0.87% -
HSV(B) 137.65º 0.14% 0.93% -
XYZ 67.61 78.84 75.27 -
YUV 225.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 204 238 214 0.14 0 0.10 0.07 137.65 0.5 0.87
Hex CC EE D6 E 0 A 7 8A 32 57
Octal 314 356 326 16 0 12 7 212 62 127
Binary 11001100 11101110 11010110 1110 0 1010 111 10001010 110010 1010111

Color Harmonies of #CCEED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEED6

Black with #CCEED6

Text Example


Text Example

White with #CCEED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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