Html Css Color HEX #CCF0CE Granny Apple

📋 copy color: '#CCF0CE'

red 204 ◦ green 240 ◦ blue 206

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

Shades of Granny Apple #CCF0CE

Tints of Granny Apple #CCF0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.92%

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

R = 31.38%
G = 36.92%
B = 31.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#CCF0CE (or 0xCCF0CE) is known color: Granny Apple. HEX triplet: CC, F0 and CE. RGB value is (204,240,206). Sum of RGB (Red+Green+Blue) = 204+240+206=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0CE is #330F31. Grayscale: #E1E1E1. Windows color (decimal): -3346226 or 13562060. OLE color: 13562060.

HSL color Cylindrical-coordinate representation of color #CCF0CE: hue angle of 123.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0CE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 206 -
CMYK 0.15 0 0.14 0.06
HSL 123.33º 0.55% 0.87% -
HSV(B) 123.33º 0.15% 0.94% -
XYZ 67.2 79.61 70.22 -
YUV 225.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 204 240 206 0.15 0 0.14 0.06 123.33 0.55 0.87
Hex CC F0 CE F 0 E 6 7B 37 57
Octal 314 360 316 17 0 16 6 173 67 127
Binary 11001100 11110000 11001110 1111 0 1110 110 1111011 110111 1010111

Color Harmonies of #CCF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0CE

Black with #CCF0CE

Text Example


Text Example

White with #CCF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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