Html Css Color HEX #CCF2D1 Granny Apple

📋 copy color: '#CCF2D1'

red 204 ◦ green 242 ◦ blue 209

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

Shades of Granny Apple #CCF2D1

Tints of Granny Apple #CCF2D1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.95%

 BLUE value IS 209 (82.03% from 255) = 31.91%

R = 31.15%
G = 36.95%
B = 31.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#CCF2D1 (or 0xCCF2D1) is known color: Granny Apple. HEX triplet: CC, F2 and D1. RGB value is (204,242,209). Sum of RGB (Red+Green+Blue) = 204+242+209=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2D1 is #330D2E. Grayscale: #E2E2E2. Windows color (decimal): -3345711 or 13759180. OLE color: 13759180.

HSL color Cylindrical-coordinate representation of color #CCF2D1: hue angle of 127.89º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2D1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 209 -
CMYK 0.16 0 0.14 0.05
HSL 127.89º 0.59% 0.87% -
HSV(B) 127.89º 0.16% 0.95% -
XYZ 68.16 80.95 72.35 -
YUV 226.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 204 242 209 0.16 0 0.14 0.05 127.89 0.59 0.87
Hex CC F2 D1 10 0 E 5 80 3B 57
Octal 314 362 321 20 0 16 5 200 73 127
Binary 11001100 11110010 11010001 10000 0 1110 101 10000000 111011 1010111

Color Harmonies of #CCF2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2D1

Black with #CCF2D1

Text Example


Text Example

White with #CCF2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2D1; }

 p { color: rgb(204,242,209); }

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

background-color css

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

 a { background-color: rgb(204,242,209); }

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

border-color css

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

 span { border-color: rgb(204,242,209); }

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