Html Css Color HEX #CCEECF Granny Apple

📋 copy color: '#CCEECF'

red 204 ◦ green 238 ◦ blue 207

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

Shades of Granny Apple #CCEECF

Tints of Granny Apple #CCEECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.9%

R = 31.43%
G = 36.67%
B = 31.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#CCEECF (or 0xCCEECF) is known color: Granny Apple. HEX triplet: CC, EE and CF. RGB value is (204,238,207). Sum of RGB (Red+Green+Blue) = 204+238+207=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEECF is #331130. Grayscale: #E0E0E0. Windows color (decimal): -3346737 or 13627084. OLE color: 13627084.

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

Color convert

RGB 204 238 207 -
CMYK 0.14 0 0.13 0.07
HSL 125.29º 0.5% 0.87% -
HSV(B) 125.29º 0.14% 0.93% -
XYZ 66.74 78.49 70.66 -
YUV 224.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 204 238 207 0.14 0 0.13 0.07 125.29 0.5 0.87
Hex CC EE CF E 0 D 7 7D 32 57
Octal 314 356 317 16 0 15 7 175 62 127
Binary 11001100 11101110 11001111 1110 0 1101 111 1111101 110010 1010111

Color Harmonies of #CCEECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEECF

Black with #CCEECF

Text Example


Text Example

White with #CCEECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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