Html Css Color HEX #CCF8D9 Granny Apple

📋 copy color: '#CCF8D9'

red 204 ◦ green 248 ◦ blue 217

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

Shades of Granny Apple #CCF8D9

Tints of Granny Apple #CCF8D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.44%

R = 30.49%
G = 37.07%
B = 32.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#CCF8D9 (or 0xCCF8D9) is known color: Granny Apple. HEX triplet: CC, F8 and D9. RGB value is (204,248,217). Sum of RGB (Red+Green+Blue) = 204+248+217=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8D9 is #330726. Grayscale: #E7E7E7. Windows color (decimal): -3344167 or 14285004. OLE color: 14285004.

HSL color Cylindrical-coordinate representation of color #CCF8D9: hue angle of 137.73º 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 #CCF8D9 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 217 -
CMYK 0.18 0 0.12 0.03
HSL 137.73º 0.76% 0.89% -
HSV(B) 137.73º 0.18% 0.97% -
XYZ 70.99 84.98 78.31 -
YUV 231.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 204 248 217 0.18 0 0.12 0.03 137.73 0.76 0.89
Hex CC F8 D9 12 0 C 3 8A 4C 59
Octal 314 370 331 22 0 14 3 212 114 131
Binary 11001100 11111000 11011001 10010 0 1100 11 10001010 1001100 1011001

Color Harmonies of #CCF8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8D9

Black with #CCF8D9

Text Example


Text Example

White with #CCF8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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