Html Css Color HEX #CCEED4 Granny Apple

📋 copy color: '#CCEED4'

red 204 ◦ green 238 ◦ blue 212

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

Shades of Granny Apple #CCEED4

Tints of Granny Apple #CCEED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.42%

R = 31.19%
G = 36.39%
B = 32.42%

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

#CCEED4 (or 0xCCEED4) is known color: Granny Apple. HEX triplet: CC, EE and D4. RGB value is (204,238,212). Sum of RGB (Red+Green+Blue) = 204+238+212=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED4 is #33112B. Grayscale: #E0E0E0. Windows color (decimal): -3346732 or 13954764. OLE color: 13954764.

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

Color convert

RGB 204 238 212 -
CMYK 0.14 0 0.11 0.07
HSL 134.12º 0.5% 0.87% -
HSV(B) 134.12º 0.14% 0.93% -
XYZ 67.36 78.74 73.94 -
YUV 224.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 204 238 212 0.14 0 0.11 0.07 134.12 0.5 0.87
Hex CC EE D4 E 0 B 7 86 32 57
Octal 314 356 324 16 0 13 7 206 62 127
Binary 11001100 11101110 11010100 1110 0 1011 111 10000110 110010 1010111

Color Harmonies of #CCEED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEED4

Black with #CCEED4

Text Example


Text Example

White with #CCEED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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