Html Css Color HEX #CCF7CF Granny Apple

📋 copy color: '#CCF7CF'

red 204 ◦ green 247 ◦ blue 207

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

Shades of Granny Apple #CCF7CF

Tints of Granny Apple #CCF7CF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.54%

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

R = 31%
G = 37.54%
B = 31.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#CCF7CF (or 0xCCF7CF) is known color: Granny Apple. HEX triplet: CC, F7 and CF. RGB value is (204,247,207). Sum of RGB (Red+Green+Blue) = 204+247+207=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7CF is #330830. Grayscale: #E5E5E5. Windows color (decimal): -3344433 or 13629388. OLE color: 13629388.

HSL color Cylindrical-coordinate representation of color #CCF7CF: hue angle of 124.19º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7CF is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 207 -
CMYK 0.17 0 0.16 0.03
HSL 124.19º 0.73% 0.88% -
HSV(B) 124.19º 0.17% 0.97% -
XYZ 69.43 83.86 71.56 -
YUV 229.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 204 247 207 0.17 0 0.16 0.03 124.19 0.73 0.88
Hex CC F7 CF 11 0 10 3 7C 49 58
Octal 314 367 317 21 0 20 3 174 111 130
Binary 11001100 11110111 11001111 10001 0 10000 11 1111100 1001001 1011000

Color Harmonies of #CCF7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF7CF

Black with #CCF7CF

Text Example


Text Example

White with #CCF7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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