Html Css Color HEX #CCFCD4 Granny Apple

📋 copy color: '#CCFCD4'

red 204 ◦ green 252 ◦ blue 212

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

Shades of Granny Apple #CCFCD4

Tints of Granny Apple #CCFCD4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.72%

 BLUE value IS 212 (83.2% from 255) = 31.74%

R = 30.54%
G = 37.72%
B = 31.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#CCFCD4 (or 0xCCFCD4) is known color: Granny Apple. HEX triplet: CC, FC and D4. RGB value is (204,252,212). Sum of RGB (Red+Green+Blue) = 204+252+212=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCD4 is #33032B. Grayscale: #E9E9E9. Windows color (decimal): -3343148 or 13958348. OLE color: 13958348.

HSL color Cylindrical-coordinate representation of color #CCFCD4: hue angle of 130º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCD4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 212 -
CMYK 0.19 0 0.16 0.01
HSL 130º 0.89% 0.89% -
HSV(B) 130º 0.19% 0.99% -
XYZ 71.6 87.21 75.35 -
YUV 233.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 204 252 212 0.19 0 0.16 0.01 130 0.89 0.89
Hex CC FC D4 13 0 10 1 82 59 59
Octal 314 374 324 23 0 20 1 202 131 131
Binary 11001100 11111100 11010100 10011 0 10000 1 10000010 1011001 1011001

Color Harmonies of #CCFCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCD4

Black with #CCFCD4

Text Example


Text Example

White with #CCFCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCD4; }

 p { color: rgb(204,252,212); }

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

background-color css

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

 a { background-color: rgb(204,252,212); }

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

border-color css

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

 span { border-color: rgb(204,252,212); }

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