Html Css Color HEX #CCF8D6 Granny Apple

📋 copy color: '#CCF8D6'

red 204 ◦ green 248 ◦ blue 214

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

Shades of Granny Apple #CCF8D6

Tints of Granny Apple #CCF8D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.13%

R = 30.63%
G = 37.24%
B = 32.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#CCF8D6 (or 0xCCF8D6) is known color: Granny Apple. HEX triplet: CC, F8 and D6. RGB value is (204,248,214). Sum of RGB (Red+Green+Blue) = 204+248+214=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8D6 is #330729. Grayscale: #E7E7E7. Windows color (decimal): -3344170 or 14088396. OLE color: 14088396.

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

Color convert

RGB 204 248 214 -
CMYK 0.18 0 0.14 0.03
HSL 133.64º 0.76% 0.89% -
HSV(B) 133.64º 0.18% 0.97% -
XYZ 70.61 84.83 76.27 -
YUV 230.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 204 248 214 0.18 0 0.14 0.03 133.64 0.76 0.89
Hex CC F8 D6 12 0 E 3 86 4C 59
Octal 314 370 326 22 0 16 3 206 114 131
Binary 11001100 11111000 11010110 10010 0 1110 11 10000110 1001100 1011001

Color Harmonies of #CCF8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8D6

Black with #CCF8D6

Text Example


Text Example

White with #CCF8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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