#CCE7CF

Color #CCE7CF Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CCE7CF

Tints of Granny Apple #CCE7CF

Color information

#CCE7CF (or 0xCCE7CF) is unknown color: approx Granny Apple. HEX triplet: CC, E7 and CF. RGB value is (204,231,207). Sum of RGB (Red+Green+Blue) = 204+231+207=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7CF is #331830. Grayscale: #DCDCDC. Windows color (decimal): -3348529 or 13625292. OLE color: 13625292.

HSL color Cylindrical-coordinate representation of color #CCE7CF: hue angle of 126.67º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE7CF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB204231207-
CMYK0.1200.100.09
HSL126.67º36%85.29%-
HSV(B)126.67º11.69%90.59%-
XYZ64.7474.4970-
YUV220.19120.55116.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 231 (90.62% from 255) = 35.98%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=31.78%
G=35.98%
B=32.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042312070.1200.100.09126.673685.29
HexCCE7CFC0A97f2455
Octal314347317140121117744125
Binary110011001110011111001111110001010100111111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7CF; }

 p { color: rgb(204,231,207); }

 H1.HeaderClassName
 {
   color: #CCE7CF;
 }
 .AnyTagClassName
 {
   color: #CCE7CF;
 }
</style>
background-color css

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

 a { background-color: rgb(204,231,207); }

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

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

 span { border-color: rgb(204,231,207); }

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