Html Css Color HEX #CCF8CE Granny Apple

📋 copy color: '#CCF8CE'

red 204 ◦ green 248 ◦ blue 206

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

Shades of Granny Apple #CCF8CE

Tints of Granny Apple #CCF8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.31%

R = 31%
G = 37.69%
B = 31.31%

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

#CCF8CE (or 0xCCF8CE) is known color: Granny Apple. HEX triplet: CC, F8 and CE. RGB value is (204,248,206). Sum of RGB (Red+Green+Blue) = 204+248+206=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8CE is #330731. Grayscale: #E6E6E6. Windows color (decimal): -3344178 or 13564108. OLE color: 13564108.

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

Color convert

RGB 204 248 206 -
CMYK 0.18 0 0.17 0.03
HSL 122.73º 0.76% 0.89% -
HSV(B) 122.73º 0.18% 0.97% -
XYZ 69.61 84.43 71.02 -
YUV 230.06 114.42 109.42 -
System Red Green Blue C M Y K H S L
Decimal 204 248 206 0.18 0 0.17 0.03 122.73 0.76 0.89
Hex CC F8 CE 12 0 11 3 7B 4C 59
Octal 314 370 316 22 0 21 3 173 114 131
Binary 11001100 11111000 11001110 10010 0 10001 11 1111011 1001100 1011001

Color Harmonies of #CCF8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8CE

Black with #CCF8CE

Text Example


Text Example

White with #CCF8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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