Html Css Color HEX #CCF8D8 Granny Apple

📋 copy color: '#CCF8D8'

red 204 ◦ green 248 ◦ blue 216

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

Shades of Granny Apple #CCF8D8

Tints of Granny Apple #CCF8D8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.13%

 BLUE value IS 216 (84.77% from 255) = 32.34%

R = 30.54%
G = 37.13%
B = 32.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#CCF8D8 (or 0xCCF8D8) is known color: Granny Apple. HEX triplet: CC, F8 and D8. RGB value is (204,248,216). Sum of RGB (Red+Green+Blue) = 204+248+216=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8D8 is #330727. Grayscale: #E7E7E7. Windows color (decimal): -3344168 or 14219468. OLE color: 14219468.

HSL color Cylindrical-coordinate representation of color #CCF8D8: hue angle of 136.36º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8D8 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 216 -
CMYK 0.18 0 0.13 0.03
HSL 136.36º 0.76% 0.89% -
HSV(B) 136.36º 0.18% 0.97% -
XYZ 70.86 84.93 77.62 -
YUV 231.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 204 248 216 0.18 0 0.13 0.03 136.36 0.76 0.89
Hex CC F8 D8 12 0 D 3 88 4C 59
Octal 314 370 330 22 0 15 3 210 114 131
Binary 11001100 11111000 11011000 10010 0 1101 11 10001000 1001100 1011001

Color Harmonies of #CCF8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8D8

Black with #CCF8D8

Text Example


Text Example

White with #CCF8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8D8; }

 p { color: rgb(204,248,216); }

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

background-color css

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

 a { background-color: rgb(204,248,216); }

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

border-color css

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

 span { border-color: rgb(204,248,216); }

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