Html Css Color HEX #CCF8D0 Granny Apple

📋 copy color: '#CCF8D0'

red 204 ◦ green 248 ◦ blue 208

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

Shades of Granny Apple #CCF8D0

Tints of Granny Apple #CCF8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.52%

R = 30.91%
G = 37.58%
B = 31.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#CCF8D0 (or 0xCCF8D0) is known color: Granny Apple. HEX triplet: CC, F8 and D0. RGB value is (204,248,208). Sum of RGB (Red+Green+Blue) = 204+248+208=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8D0 is #33072F. Grayscale: #E6E6E6. Windows color (decimal): -3344176 or 13695180. OLE color: 13695180.

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

Color convert

RGB 204 248 208 -
CMYK 0.18 0 0.16 0.03
HSL 125.45º 0.76% 0.89% -
HSV(B) 125.45º 0.18% 0.97% -
XYZ 69.85 84.53 72.31 -
YUV 230.28 115.42 109.25 -
System Red Green Blue C M Y K H S L
Decimal 204 248 208 0.18 0 0.16 0.03 125.45 0.76 0.89
Hex CC F8 D0 12 0 10 3 7D 4C 59
Octal 314 370 320 22 0 20 3 175 114 131
Binary 11001100 11111000 11010000 10010 0 10000 11 1111101 1001100 1011001

Color Harmonies of #CCF8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8D0

Black with #CCF8D0

Text Example


Text Example

White with #CCF8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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