Html Css Color HEX #CCF2CE Granny Apple

📋 copy color: '#CCF2CE'

red 204 ◦ green 242 ◦ blue 206

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

Shades of Granny Apple #CCF2CE

Tints of Granny Apple #CCF2CE

RGB

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

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

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

R = 31.29%
G = 37.12%
B = 31.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#CCF2CE (or 0xCCF2CE) is known color: Granny Apple. HEX triplet: CC, F2 and CE. RGB value is (204,242,206). Sum of RGB (Red+Green+Blue) = 204+242+206=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2CE is #330D31. Grayscale: #E2E2E2. Windows color (decimal): -3345714 or 13562572. OLE color: 13562572.

HSL color Cylindrical-coordinate representation of color #CCF2CE: hue angle of 123.16º 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 #CCF2CE is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 206 -
CMYK 0.16 0 0.15 0.05
HSL 123.16º 0.59% 0.87% -
HSV(B) 123.16º 0.16% 0.95% -
XYZ 67.79 80.8 70.41 -
YUV 226.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 204 242 206 0.16 0 0.15 0.05 123.16 0.59 0.87
Hex CC F2 CE 10 0 F 5 7B 3B 57
Octal 314 362 316 20 0 17 5 173 73 127
Binary 11001100 11110010 11001110 10000 0 1111 101 1111011 111011 1010111

Color Harmonies of #CCF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2CE

Black with #CCF2CE

Text Example


Text Example

White with #CCF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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