Html Css Color HEX #CCEED3 Granny Apple

📋 copy color: '#CCEED3'

red 204 ◦ green 238 ◦ blue 211

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

Shades of Granny Apple #CCEED3

Tints of Granny Apple #CCEED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.31%

R = 31.24%
G = 36.45%
B = 32.31%

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

#CCEED3 (or 0xCCEED3) is known color: Granny Apple. HEX triplet: CC, EE and D3. RGB value is (204,238,211). Sum of RGB (Red+Green+Blue) = 204+238+211=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED3 is #33112C. Grayscale: #E0E0E0. Windows color (decimal): -3346733 or 13889228. OLE color: 13889228.

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

Color convert

RGB 204 238 211 -
CMYK 0.14 0 0.11 0.07
HSL 132.35º 0.5% 0.87% -
HSV(B) 132.35º 0.14% 0.93% -
XYZ 67.23 78.69 73.27 -
YUV 224.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 204 238 211 0.14 0 0.11 0.07 132.35 0.5 0.87
Hex CC EE D3 E 0 B 7 84 32 57
Octal 314 356 323 16 0 13 7 204 62 127
Binary 11001100 11101110 11010011 1110 0 1011 111 10000100 110010 1010111

Color Harmonies of #CCEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEED3

Black with #CCEED3

Text Example


Text Example

White with #CCEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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