Html Css Color HEX #CCF8CF Granny Apple

📋 copy color: '#CCF8CF'

red 204 ◦ green 248 ◦ blue 207

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

Shades of Granny Apple #CCF8CF

Tints of Granny Apple #CCF8CF

RGB

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

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

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

R = 30.96%
G = 37.63%
B = 31.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#CCF8CF (or 0xCCF8CF) is known color: Granny Apple. HEX triplet: CC, F8 and CF. RGB value is (204,248,207). Sum of RGB (Red+Green+Blue) = 204+248+207=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8CF is #330730. Grayscale: #E6E6E6. Windows color (decimal): -3344177 or 13629644. OLE color: 13629644.

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

Color convert

RGB 204 248 207 -
CMYK 0.18 0 0.17 0.03
HSL 124.09º 0.76% 0.89% -
HSV(B) 124.09º 0.18% 0.97% -
XYZ 69.73 84.48 71.66 -
YUV 230.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 204 248 207 0.18 0 0.17 0.03 124.09 0.76 0.89
Hex CC F8 CF 12 0 11 3 7C 4C 59
Octal 314 370 317 22 0 21 3 174 114 131
Binary 11001100 11111000 11001111 10010 0 10001 11 1111100 1001100 1011001

Color Harmonies of #CCF8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8CF

Black with #CCF8CF

Text Example


Text Example

White with #CCF8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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