Html Css Color HEX #CCF0CD Granny Apple

📋 copy color: '#CCF0CD'

red 204 ◦ green 240 ◦ blue 205

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

Shades of Granny Apple #CCF0CD

Tints of Granny Apple #CCF0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.98%

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

R = 31.43%
G = 36.98%
B = 31.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#CCF0CD (or 0xCCF0CD) is known color: Granny Apple. HEX triplet: CC, F0 and CD. RGB value is (204,240,205). Sum of RGB (Red+Green+Blue) = 204+240+205=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0CD is #330F32. Grayscale: #E1E1E1. Windows color (decimal): -3346227 or 13496524. OLE color: 13496524.

HSL color Cylindrical-coordinate representation of color #CCF0CD: hue angle of 121.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0CD is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 205 -
CMYK 0.15 0 0.15 0.06
HSL 121.67º 0.55% 0.87% -
HSV(B) 121.67º 0.15% 0.94% -
XYZ 67.08 79.57 69.58 -
YUV 225.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 204 240 205 0.15 0 0.15 0.06 121.67 0.55 0.87
Hex CC F0 CD F 0 F 6 7A 37 57
Octal 314 360 315 17 0 17 6 172 67 127
Binary 11001100 11110000 11001101 1111 0 1111 110 1111010 110111 1010111

Color Harmonies of #CCF0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0CD

Black with #CCF0CD

Text Example


Text Example

White with #CCF0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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